API Documentation > Classes > Interface IpfcDatumPlaneSectionConstraint
Interface IpfcDatumPlaneSectionConstraint
Description
This specifies a 'Section' datum plane constraint.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as Long
The section index.
Property
This specifies selection handle for the 'Section' reference.
Method Summary
Function
Creates a new DatumPlaneSectionConstraint object.
Property Detail
Property
SectionIndex
as Long
The section index.
This value is between 0 and (section number - 1).
Property
SectionRef
This specifies selection handle for the 'Section' reference.
Method Detail
Function
CCpfcDatumPlaneSectionConstraint.Create
(SectionRef as IpfcSelection, SectionIndex as Long) as IpfcDatumPlaneSectionConstraint
Creates a new DatumPlaneSectionConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
SectionRef
The 'Section' reference object.
SectionIndex
The section index.
Returns:
The new object.
Was this helpful?