Role: To manage member created with two curves and a plane.
Properties
- Property FirstCurve() As
-
Returns or sets the first and second curve.
- Example :
-
This example retrieves in
Curvethe first curve for theSfmMemberPlane2Curvesfeature.Dim Curve As Reference Set Curve = SfmMemberPlane2Curves.FirstCurve
- Property FirstMember( iFirstMember)
-
Returns or sets the first Member.
- Example :
-
This example retrieves in
Memberthe first Member for theSfmMemberPlane2Curvesfeature.Dim Member1 As Reference Set Member1 = SfmMemberPlane2Curves.FirstMember
- Property Plane() As
-
Returns or sets the intersecting plane.
- Example :
-
This example retrieves in
Planethe intersecting plane for theSfmMemberPlane2Curvesfeature.Dim Plane As Reference Set Plane = SfmMemberPlane2Curves.Plane
- Property SecondCurve() As
- Property SecondMember( iSecondMember)
-
Returns or sets the Second Member.
- Example :
-
This example retrieves in
Memberthe Second Member for theSfmMemberPlane2Curvesfeature.Dim Member2 As Reference Set Member2 = SfmMemberPlane2Curves.SecondMember