Solid Edge Part Type Library
GetFacesByModel Property
Description
Returns the faces of a part occurrence specified by the input model.
Property type
Read-only property
Syntax
Visual Basic
Public Property GetFacesByModel( _
   ByVal WeldPartOrBeadModel As Object, _
   ByVal FaceType As FeatureTopologyQueryTypeConstants _
) As Object
Parameters
WeldPartOrBeadModel
FaceType
ValueDescription
igQueryAllFeature Topology Query Type - All
igQueryConeFeature Topology Query Type - Cone
igQueryCylinderFeature Topology Query Type - Cylinder
igQueryEllipseFeature Topology Query Type - Ellipse
igQueryPlaneFeature Topology Query Type - Plane
igQueryRoundableFeature Topology Query Type - Roundable
igQuerySphereFeature Topology Query Type - Sphere
igQuerySplineFeature Topology Query Type - Spline
igQueryStraightFeature Topology Query Type - Straight
igQueryTorusFeature Topology Query Type - Torus
See Also

WeldRevolvedCutout Object  | WeldRevolvedCutout Members

Send comments on this topic.