Library | Module

Interface IpfcDatumPlaneSectionConstraint



Description

This specifies a 'Section' datum plane constraint.
Direct Parent Classes:
IpfcDatumPlaneConstraint



Property Summary

PropertySectionIndexas Long
The section index.
PropertySectionRefas IpfcSelection
This specifies selection handle for the 'Section' reference.



Method Summary

FunctionCCpfcDatumPlaneSectionConstraint.Create (SectionRef as IpfcSelection, SectionIndex as Long) as IpfcDatumPlaneSectionConstraint
Creates a new DatumPlaneSectionConstraint object.



Property Detail


PropertySectionIndexas Long

The section index.

This value is between 0 and (section number - 1).




PropertySectionRefas IpfcSelection

This specifies selection handle for the 'Section' reference.





Method Detail


FunctionCCpfcDatumPlaneSectionConstraint.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.