API Documentation > Interface Classes > Class pfcDatumPlaneThroughConstraint
Class pfcDatumPlaneThroughConstraint

# include <pfcDatumPlaneFeat.h>

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

Description
This specifies a 'Through' datum plane constraint.
User Guide References:
Methods Inherited from Class pfcDatumPlaneConstraint::
Method Summary
Creates a new DatumPlaneThroughConstraint object.
This specifies selection handle for the 'Through' reference.
Method Detail
GetThroughRef
()
This specifies selection handle for the 'Through' reference.
User Guide References:
Creates a new DatumPlaneThroughConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
ThroughRef
The 'Through' reference object.
Returns:
The new object.
Was this helpful?