Library | Package Java Toolkit

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.



Method Summary
DatumPointDimensionConstraintsGetDimConstraints ()
    Get method for attribute "DimConstraints"
    This specifies the dimension constraints of the general datum point.
StringGetName ()
    Get method for attribute "Name"
    This specifies the name of the general datum point.
DatumPointPlacementConstraintsGetPlaceConstraints ()
    Get method for attribute "PlaceConstraints"
    This specifies the placement constraints of the general datum point.

Method Detail

GetName

StringGetName ()


    This specifies the name of the general datum point.
Manual References:
Datum Features: General Datum Point Features, Datum Features: General Datum Point Features



GetPlaceConstraints

DatumPointPlacementConstraintsGetPlaceConstraints ()


    This specifies the placement constraints of the general datum point.
Manual References:
Datum Features: General Datum Point Features



GetDimConstraints

DatumPointDimensionConstraintsGetDimConstraints ()


    This specifies the dimension constraints of the general datum point.
Manual References:
Datum Features: General Datum Point Features, Datum Features: General Datum Point Features