Package | Description |
---|---|
nxopen |
Provides classes and interfaces for the NX Open Common API.
|
nxopen.geometricutilities |
Provides classes and interfaces for Geometric Utilities.
|
Modifier and Type | Method and Description |
---|---|
BoundingObjectBuilder |
Part.createBoundingObjectBuilder()
Creates an
BoundingObjectBuilder object. |
Modifier and Type | Method and Description |
---|---|
BoundingObjectBuilder |
BoundingObjectBuilderList.findItem(int index)
Returns the object at the input index.
|
BoundingObjectBuilder[] |
BoundingObjectBuilderList.getContents()
Gets the contents of the entire list
License requirements: None. |
Modifier and Type | Method and Description |
---|---|
void |
BoundingObjectBuilderList.append(BoundingObjectBuilder object)
Appends an object to the list
License requirements: None. |
void |
BoundingObjectBuilderList.append(BoundingObjectBuilder[] objects)
Appends a set of objects to the list
License requirements: None. |
void |
BoundingObjectBuilderList.erase(BoundingObjectBuilder obj)
Erases the object from the list, but does not delete the object.
|
void |
BoundingObjectBuilderList.erase(BoundingObjectBuilder obj,
ObjectList.DeleteOption deleteOption)
Erases the object from the list.
|
int |
BoundingObjectBuilderList.findIndex(BoundingObjectBuilder obj)
Finds the index where the input object appears.
|
void |
BoundingObjectBuilderList.insert(int location,
BoundingObjectBuilder object)
Inserts an object at the specified location
License requirements: None. |
void |
BoundingObjectBuilderList.setContents(BoundingObjectBuilder[] objects)
Sets the contents of the entire list.
|
void |
BoundingObjectBuilderList.swap(BoundingObjectBuilder object1,
BoundingObjectBuilder object2)
Exchanges the position of two objects inside the list.
|
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.