ClusterTypes
 
 
 

ClusterTypes

Description

The different constant strings for cluster types.

C# Syntax

StringModule.siBoundaryCluster                                              // bndry
StringModule.siEdgeCluster                                                  // edge
StringModule.siFaceCluster                                                  // face
StringModule.siIsoLineUCluster                                              // isolineu
StringModule.siIsoLineVCluster                                              // isolinev
StringModule.siIsoPointCluster                                              // isopnt
StringModule.siKnotCluster                                                  // knot
StringModule.siKnotCurveUCluster                                            // knotcrvu
StringModule.siKnotCurveVCluster                                            // knotcrvv
StringModule.siPolygonCluster                                               // poly
StringModule.siPolygonNodeCluster                                           // polyn
StringModule.siSampledPointCluster                                          // sample
StringModule.siSubCurveCluster                                              // subcrv
StringModule.siSubSurfaceCluster                                            // subsrf
StringModule.siSurfaceCurveCluster                                          // srfcrv
StringModule.siTrimCurveCluster                                             // trimcrv
StringModule.siVertexCluster                                                // pnt
Constant Value Description
siBoundaryCluster bndry boundary cluster
siEdgeCluster edge edge cluster
siFaceCluster face face cluster
siIsoLineUCluster isolineu iso line U cluster
siIsoLineVCluster isolinev iso line V cluster
siIsoPointCluster isopnt iso point cluster
siKnotCluster knot knot cluster
siKnotCurveUCluster knotcrvu knot curve U cluster
siKnotCurveVCluster knotcrvv knot curve V cluster
siPolygonCluster poly polygon cluster
siPolygonNodeCluster polyn polygon node cluster
siSampledPointCluster sample sampled point cluster
siSubCurveCluster subcrv subcurve cluster
siSubSurfaceCluster subsrf subsurface cluster
siSurfaceCurveCluster srfcrv surface curve cluster
siTrimCurveCluster trimcrv trim curve cluster
siVertexCluster pnt vertex cluster

Applies To

Geometry.AddCluster Geometry.AddEmptyCluster SubComponent.ClusterType Geometry.CreateSubComponent Geometry::AddCluster Geometry::AddEmptyCluster

See Also

Cluster SubComponent