public interface JointmarkPointsBuilder extends TaggedObject, IComponentBuilder
JointmarkBuilder.newPoints()
Modifier and Type | Interface and Description |
---|---|
static class |
JointmarkPointsBuilder.PointPosition
The point classification
|
Modifier and Type | Method and Description |
---|---|
Expression |
angle()
Returns the angle through which X and Y axis to rotate
License requirements: ugweld ("UG WELD") . |
boolean |
flipDirection()
Returns the flip of Z axis.
|
nxopen.features.SelectFeature |
mappingFeature()
Returns the selected feature to move to the location specified.
|
Point |
point()
Returns the point at which the feature is created
License requirements: ugweld ("UG WELD") . |
void |
setFlipDirection(boolean flip)
License requirements: ugweld ("UG WELD") . |
void |
setPoint(Point point)
License requirements: ugweld ("UG WELD") . |
void |
updateCsys(Matrix3x3 matrix)
Update the csys using a new matrix.
|
printTestData, printTestData, tag, tagValue
validate
Point point() throws NXException, RemoteException
NXException
RemoteException
void setPoint(Point point) throws NXException, RemoteException
point
- NXException
RemoteException
Expression angle() throws NXException, RemoteException
NXException
RemoteException
boolean flipDirection() throws NXException, RemoteException
NXException
RemoteException
void setFlipDirection(boolean flip) throws NXException, RemoteException
flip
- NXException
RemoteException
nxopen.features.SelectFeature mappingFeature() throws NXException, RemoteException
NXException
RemoteException
void updateCsys(Matrix3x3 matrix) throws NXException, RemoteException
matrix
- rotate matrixNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.