SfmMemberPlane2Curves (Object)

Interface to manage a Member created with two curves and a plane.
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 Curve the first curve for the SfmMemberPlane2Curves feature.
 Dim Curve As Reference
 Set Curve = SfmMemberPlane2Curves.FirstCurve
 
Property FirstMember( iFirstMember)
Returns or sets the first Member.
Example
:
This example retrieves in Member the first Member for the SfmMemberPlane2Curves feature.
 Dim Member1 As Reference
 Set Member1 = SfmMemberPlane2Curves.FirstMember
 
Property Plane() As
Returns or sets the intersecting plane.
Example
:
This example retrieves in Plane the intersecting plane for the SfmMemberPlane2Curves feature.
 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 Member the Second Member for the SfmMemberPlane2Curves feature.
 Dim Member2 As Reference
 Set Member2 = SfmMemberPlane2Curves.SecondMember