public interface ArcComponent extends TransientObject
Modifier and Type | Interface and Description |
---|---|
static class |
ArcComponent.ArcType
the arc type
|
Modifier and Type | Method and Description |
---|---|
Point3d |
centerPoint()
Returns the arc center point in absolute coordinates.
|
double |
endAngle()
Returns the arc end angle in radians.
|
int |
index()
Returns the arc index.
|
double |
radius()
Returns the arc radius.
|
double |
startAngle()
Returns the arc start angle in radians.
|
ArcComponent.ArcType |
type()
Returns the arc type.
|
_value, dispose, printTestData, printTestData
ArcComponent.ArcType type() throws NXException, RemoteException
NXException
RemoteException
Point3d centerPoint() throws NXException, RemoteException
NXException
RemoteException
double startAngle() throws NXException, RemoteException
NXException
RemoteException
double endAngle() throws NXException, RemoteException
NXException
RemoteException
double radius() throws NXException, RemoteException
NXException
RemoteException
int index() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.