API Documentation > Classes > Class pfcDatumPointFeat
Class pfcDatumPointFeat

package com.ptc.pfc.pfcDatumPointFeat;

public class
pfcDatumPointFeat


Description
Contains global CIP definitions for module "pfcDatumPointFeat"
User Guide References:
Method Summary
Creates a new DatumPointDimensionConstraint object.
Creates a new DatumPointPlacementConstraint object.
Method Detail
DatumPointPlacementConstraint_Create
DatumPointPlacementConstraint_Create
(Selection ConstraintRef, DatumPointConstraintType Type, double 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.
DatumPointDimensionConstraint_Create
DatumPointDimensionConstraint_Create
(Selection ConstraintRef, DatumPointConstraintType Type, double 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.
Was this helpful?