API Documentation > Interfaces > Interface GeneralDatumPoint
Interface GeneralDatumPoint

package com.ptc.pfc.pfcDatumPointFeat;

public interface
GeneralDatumPoint
extends
jxobject


Description
This class describes a general datum point.
This represents one or more general datum points in the Datum Point feature.
User Guide References:
Method Summary
Get method for attribute "DimConstraints"
This specifies the dimension constraints of the general datum point.
String
Get method for attribute "Name"
This specifies the name of the general datum point.
Get method for attribute "PlaceConstraints"
This specifies the placement constraints of the general datum point.
Method Detail
GetName
String
GetName
()
This specifies the name of the general datum point.
User Guide References:
GetPlaceConstraints
GetPlaceConstraints
()
This specifies the placement constraints of the general datum point.
User Guide References:
GetDimConstraints
GetDimConstraints
()
This specifies the dimension constraints of the general datum point.
User Guide References:
Was this helpful?