Library | File

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.



Method Summary

static pfcDatumPlaneThroughConstraint_ptrCreate (pfcSelection_ptr ThroughRef)
Creates a new DatumPlaneThroughConstraint object.
pfcSelection_ptrGetThroughRef ()
This specifies selection handle for the 'Through' reference.


Methods Inherited from Class pfcDatumPlaneConstraint:

GetConstraintType



Method Detail

pfcSelection_ptrGetThroughRef ()

This specifies selection handle for the 'Through' reference.
Manual References:
Datum Features: Datum Plane Features, Datum Features: Datum Plane Features




static pfcDatumPlaneThroughConstraint_ptrCreate (pfcSelection_ptr ThroughRef)

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.