Library | File

Class pfcDatumPointDimensionConstraint

# include <pfcDatumPointFeat.h>

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



Description

This class describes a datum point dimension constraint.



Method Summary

static pfcDatumPointDimensionConstraint_ptrCreate (pfcSelection_ptr ConstraintRef, pfcDatumPointConstraintType Type, xreal Value)
Creates a new DatumPointDimensionConstraint object.


Methods Inherited from Class pfcDatumPointConstraint:

GetConstraintRef, GetConstraintType, GetValue



Method Detail

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

Creates a new DatumPointDimensionConstraint 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.