NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.CAM.Geometry Class Reference

Represents a CAM geometry object More...

Inheritance diagram for NXOpen.CAM.Geometry:
NXOpen.GeometricUtilities.IComponentBuilder NXOpen.CAM.FBM.FeatureGeometry NXOpen.CAM.GeometryGroup NXOpen.CAM.FBM.MachiningFeatureGeometry NXOpen.CAM.FBM.ThreadFeatureGeometry NXOpen.CAM.OptimizeFeatureGeometry

Public Member Functions

unsafe void InitializeData (bool reloadGeometry)
 Prepare and update geometry data More...
 
unsafe NXOpen.CAM.GeometrySet CreateGeometrySet ()
 Create an empty geometry set More...
 
unsafe NXOpen.CAM.GeometrySet AppendGeometrySet (NXOpen.CAM.GeometrySet templateSet, NXOpen.DisplayableObject[] entities)
 Append an geometry set with dumb rules More...
 
unsafe void ExpandSets (NXOpen.CAM.GeometrySet[] sets)
 Expanding the geometry sets More...
 
unsafe void PreselectGeometry ()
 Pre-select the wall geometry More...
 
unsafe void AppendNamedGeometry (NXOpen.ScCollector[] namedGeometry)
 Append named geometry More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.CAM.GeometrySetList GeometryList [get]
 Returns the geometry list More...
 
unsafe NXOpen.CAM.Topology Topology [get]
 Returns the topology builder More...
 

Detailed Description

Represents a CAM geometry object

Created in NX8.0.0

Member Function Documentation

unsafe NXOpen.CAM.GeometrySet NXOpen.CAM.Geometry.AppendGeometrySet ( NXOpen.CAM.GeometrySet  templateSet,
NXOpen.DisplayableObject[]  entities 
)

Append an geometry set with dumb rules

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
templateSetthe template set for copying custom data
entitiesarray of the geometry entities for appending. The entities must be from same component part
Returns
the appended geometry set object
unsafe void NXOpen.CAM.Geometry.AppendNamedGeometry ( NXOpen.ScCollector[]  namedGeometry)

Append named geometry

Created in NX9.0.3

License requirements: cam_base ("CAM BASE")

Parameters
namedGeometryarray of shared geometry
unsafe NXOpen.CAM.GeometrySet NXOpen.CAM.Geometry.CreateGeometrySet ( )

Create an empty geometry set

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Returns
the geometry set object
unsafe void NXOpen.CAM.Geometry.ExpandSets ( NXOpen.CAM.GeometrySet[]  sets)

Expanding the geometry sets

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
setsarray of sets
unsafe void NXOpen.CAM.Geometry.InitializeData ( bool  reloadGeometry)

Prepare and update geometry data

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

Parameters
reloadGeometrythe flag to reload the geometry list if it has been changed somewhere.
unsafe void NXOpen.CAM.Geometry.PreselectGeometry ( )

Pre-select the wall geometry

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.Geometry.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.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.CAM.GeometrySetList NXOpen.CAM.Geometry.GeometryList
get

Returns the geometry list

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.CAM.Topology NXOpen.CAM.Geometry.Topology
get

Returns the topology builder

Created in NX8.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.