API Documentation > Interfaces > Interface DimLocation
Interface DimLocation

package com.ptc.wfc.wfcDimension;

public interface
DimLocation
extends
jxobject


Description
Method Summary
Method Detail
HasElbow
boolean
HasElbow
()
User Guide References:
Returns:
GetLocation
GetLocation
()
User Guide References:
Returns:
GetElbowLength
double
GetElbowLength
()
User Guide References:
Returns:
GetFirstArrowheadLocation
GetFirstArrowheadLocation
()
User Guide References:
Returns:
GetSecondArrowheadLocation
GetSecondArrowheadLocation
()
User Guide References:
Returns:
GetFirstWitnessLineLocation
/*optional*/ Point3D
GetFirstWitnessLineLocation
()
User Guide References:
Returns:
GetSecondWitnessLineLocation
/*optional*/ Point3D
GetSecondWitnessLineLocation
()
User Guide References:
Returns:
GetFirstZExtensionLineLocation
/*optional*/ Point3D
GetFirstZExtensionLineLocation
()
User Guide References:
Returns:
GetSecondZExtensionLineLocation
/*optional*/ Point3D
GetSecondZExtensionLineLocation
()
User Guide References:
Returns:
GetNormal
/*optional*/ Vector3D
GetNormal
()
User Guide References:
Returns:
GetCenterLeaderInformation
GetCenterLeaderInformation
()
Exceptions thrown (but not limited to):
XToolkitNotFound- This dimension does not use a center leader type of construction.
User Guide References:
Returns:
Was this helpful?