Difference between revisions of "SelectElement3 Values"

From scripting
Jump to: navigation, search
(Created page with "Values to use as selection filter. Role: Values which can be given as filter to Selection.SelectElement2, Selection.SelectElement3, Selection.IndicateOrSelectElement2D or Sele...")
 
 
Line 39: Line 39:
  
 
Thanks to this forum post:  http://www.catiav5forum.de/wbb3/wbb/index.php?page=Thread&threadID=2167&l=4
 
Thanks to this forum post:  http://www.catiav5forum.de/wbb3/wbb/index.php?page=Thread&threadID=2167&l=4
 +
 +
 +
[[Category:CATIA DP VB]]

Latest revision as of 20:49, 24 April 2017

Values to use as selection filter. Role: Values which can be given as filter to Selection.SelectElement2, Selection.SelectElement3, Selection.IndicateOrSelectElement2D or Selection.IndicateOrSelectElement3D, beside the automation object names. Values:

ZeroDim Topological 0-D entity (such as a Point2D )

MonoDim Topological 1-D entity which cannot be infinite (such as a HybridShapeSpline)

MonoDimInfinite Topological 1-D entity which may be infinite, such as a HybridShapeSpline (not infinite) or a HybridShapeLinePtDir for which a call to HybridShapeLinePtDir.GetLengthType would give 1, 2 or 3 (infinite)

RectilinearMonoDim 1-D entity which cannot be infinite, the entity having a rectilinear geometry

RectilinearMonoDimInfinite 1-D entity which may be infinite, the entity having a rectilinear geometry

BiDim Topological 2-D entity which cannot be infinite (such as a HybridShapeCylinder )

BiDimInfinite Topological 2-D entity which may be infinite, such as a HybridShapeCylinder (non infinite) or a HybridShapePlaneOffsetPt (infinite)

PlanarBiDim 2-D entity which cannot be infinite, the entity having a planar geometry

PlanarBiDimInfinite 2-D entity having a planar geometry

CylindricalBiDim 2-D entity which cannot be infinite, the entity having a cylindrical geometry

TriDim Topological 3-D entity (such as a Pad )


Thanks to this forum post: http://www.catiav5forum.de/wbb3/wbb/index.php?page=Thread&threadID=2167&l=4