API Documentation > Interfaces > Interface PointToAngleDimSense
Interface PointToAngleDimSense

package com.ptc.pfc.pfcDimension;

public interface
PointToAngleDimSense
extends
com.ptc.pfc.pfcDimension.DimSense


Description
Method Summary
/*optional*/ AngularDimOptions
Get method for attribute "Options"
Get method for attribute "PointType"
void
SetOptions ( /*optional*/ AngularDimOptions value)
Set method for attribute "Options"
void
Set method for attribute "PointType"
Methods Inherited from Interface com.ptc.pfc.pfcDimension.DimSense :
Method Detail
GetPointType
GetPointType
()
SetPointType
void
SetPointType
(DimPointType value)
GetOptions
/*optional*/ AngularDimOptions
GetOptions
()
SetOptions
void
SetOptions
( /*optional*/ AngularDimOptions value)
Was this helpful?