Library | File

Class pfcDatumPlaneTangentConstraint

# include <pfcDatumPlaneFeat.h>

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



Description

This specifies a 'Tangent' datum plane constraint.



Method Summary

static pfcDatumPlaneTangentConstraint_ptrCreate (pfcSelection_ptr TangentRef)
Creates a new DatumPlaneTangentConstraint object.
pfcSelection_ptrGetTangentRef ()
This specifies selection handle for the 'Tangent' reference.


Methods Inherited from Class pfcDatumPlaneConstraint:

GetConstraintType



Method Detail

pfcSelection_ptrGetTangentRef ()

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




static pfcDatumPlaneTangentConstraint_ptrCreate (pfcSelection_ptr TangentRef)

Creates a new DatumPlaneTangentConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
TangentRef
The 'Tangent' reference object.
Returns:
The new object.