API Documentation > Interface Classes > Class pfcDatumPlaneParallelConstraint
Class pfcDatumPlaneParallelConstraint

# include <pfcDatumPlaneFeat.h>

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

Description
This specifies a 'Parallel' datum plane constraint.
Manual References:
Method Summary
Create (pfcSelection_ptr ParallelRef)
Creates a new DatumPlaneParallelConstraint object.
This specifies selection handle for the 'Parallel' reference.
Methods Inherited from Class pfcDatumPlaneConstraint::
Method Detail
GetParallelRef
()
This specifies selection handle for the 'Parallel' reference.
Manual References:
Creates a new DatumPlaneParallelConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
ParallelRef
The 'Parallel' reference object.
Returns:
The new object.
Was this helpful?