Library | Module

Class pfcDatumPlaneSectionConstraint



Description

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



Property Summary

/* readonly */ numberSectionIndex
The section index.
/* readonly */ pfcSelectionSectionRef
This specifies selection handle for the 'Section' reference.



Method Summary

static pfcDatumPlaneSectionConstraintCreate (pfcSelection SectionRef, number SectionIndex)
Creates a new DatumPlaneSectionConstraint object.



Property Detail


/* readonly */ numberSectionIndex

The section index.

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




/* readonly */ pfcSelectionSectionRef

This specifies selection handle for the 'Section' reference.





Method Detail


static pfcDatumPlaneSectionConstraintCreate (pfcSelection SectionRef, number SectionIndex)

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.