Library | File

Class pfcDatumPointPlacementConstraint

# include <pfcDatumPointFeat.h>

class pfcDatumPointPlacementConstraint
 : public virtual pfcDatumPointConstraint
{
    xdeclare(pfcDatumPointPlacementConstraint)
    ...
};
This is a COMPACT class.



Description

This class describes a datum point placement constraint.



Method Summary

static pfcDatumPointPlacementConstraint_ptrCreate (pfcSelection_ptr ConstraintRef, pfcDatumPointConstraintType Type, xreal Value)
Creates a new DatumPointPlacementConstraint object.


Methods Inherited from Class pfcDatumPointConstraint:

GetConstraintRef, GetConstraintType, GetValue



Method Detail

static pfcDatumPointPlacementConstraint_ptrCreate (pfcSelection_ptr ConstraintRef, pfcDatumPointConstraintType Type, xreal Value)

Creates a new DatumPointPlacementConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ConstraintRef
The constraint reference object.
Type
Value
The constraint reference value.
Returns:
The new object.