API Documentation > Interface Classes > Class pfcDatumPlaneSectionConstraint
Class pfcDatumPlaneSectionConstraint

# include <pfcDatumPlaneFeat.h>

class
pfcDatumPlaneSectionConstraint
: public virtual
pfcDatumPlaneConstraint
{
xdeclare(pfcDatumPlaneSectionConstraint)
...
};
This is a
COMPACT class.

Description
This specifies a 'Section' datum plane constraint.
User Guide References:
Methods Inherited from Class pfcDatumPlaneConstraint::
Method Summary
Create (pfcSelection_ptr SectionRef, xint SectionIndex)
Creates a new DatumPlaneSectionConstraint object.
The section index.
This specifies selection handle for the 'Section' reference.
Method Detail
GetSectionRef
()
This specifies selection handle for the 'Section' reference.
User Guide References:
GetSectionIndex
()
The section index.
This value is between 0 and (section number - 1).
User Guide References:
Create
(pfcSelection_ptr SectionRef, xint 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.
Was this helpful?