OptimizeFeatureGeometry Class

class NXOpen.CAM.OptimizeFeatureGeometry

Bases: NXOpen.CAM.FBM.FeatureGeometry

Represents an optimize feature geometry builder

This is an abstract class and cannot be instantiated.

New in version NX9.0.3.

Properties

Property Description
GeometryList Returns the geometry list
Tag Returns the Tag for this object.
Topology Returns the topology builder

Methods

Method Description
AddFeatureSet Creates a feature geometry set @return the new in process feature set
AppendGeometrySet Append an geometry set with dumb rules @return the appended geometry set object
AppendNamedGeometry Append named geometry
CreateFeatureSet Create a new empty feature editor @return the new in process feature set
CreateFeatures Create a series of (in process) features.
CreateGeometrySet Create an empty geometry set @return the geometry set object
ExpandSets Expanding the geometry sets
GetFeatureSet Get the in process feature editor at the specified index @return the in process feature set
GetMachiningArea Returns the machining area @return the machining area
InitializeData Prepare and update geometry data
PreselectGeometry Pre-select the wall geometry
ReloadList Reload list from parent
ReloadListFromOperations Reload list from operations
ReorderFeatures Reorders the features according to a predefined algorithm
ReorderFeaturesByDirection Reorders the features according to primary direction
ReverseFeatures Reverse the features
SetDefaultAttribute Sets a default attribute value
SetMachiningArea Change machining area
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Method Detail

ReloadListFromOperations

OptimizeFeatureGeometry.ReloadListFromOperations

Reload list from operations

Signature ReloadListFromOperations()

New in version NX9.0.3.

License requirements: cam_base (“CAM BASE”)

Validate

OptimizeFeatureGeometry.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.