Library | Package Java Toolkit

Interface GTolAttachMakeDimension

package com.ptc.wfc.wfcGTol;

public interface GTolAttachMakeDimension
  extends com.ptc.wfc.wfcGTol.GTolAttach



Description

 



Method Summary
AnnotationPlaneGetAnnotationPlane ()
    Get method for attribute "AnnotationPlane"
     
DimensionAttachmentsGetDimAttachments ()
    Get method for attribute "DimAttachments"
     
DimSensesGetDimSenses ()
    Get method for attribute "DimSenses"
     
Point3DGetLocation ()
    Get method for attribute "Location"
     
DimOrientationHintGetOrientHint ()
    Get method for attribute "OrientHint"
     
voidSetAnnotationPlane (AnnotationPlane value)
    Set method for attribute "AnnotationPlane"
     
voidSetDimAttachments (DimensionAttachments value)
    Set method for attribute "DimAttachments"
     
voidSetDimSenses (DimSenses value)
    Set method for attribute "DimSenses"
     
voidSetLocation (Point3D value)
    Set method for attribute "Location"
     
voidSetOrientHint (DimOrientationHint value)
    Set method for attribute "OrientHint"
     

Methods Inherited from Interface com.ptc.wfc.wfcGTol.GTolAttach
GetType

Method Detail

GetAnnotationPlane/SetAnnotationPlane

AnnotationPlaneGetAnnotationPlane ()
voidSetAnnotationPlane (AnnotationPlane value)


     



GetDimAttachments/SetDimAttachments

DimensionAttachmentsGetDimAttachments ()
voidSetDimAttachments (DimensionAttachments value)


     



GetDimSenses/SetDimSenses

DimSensesGetDimSenses ()
voidSetDimSenses (DimSenses value)


     



GetOrientHint/SetOrientHint

DimOrientationHintGetOrientHint ()
voidSetOrientHint (DimOrientationHint value)


     



GetLocation/SetLocation

Point3DGetLocation ()
voidSetLocation (Point3D value)