NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAM.FBM.FeatureGeometry NXOpen.CAM.GeometryGroup NXOpen.CAM.FBM.MachiningFeatureGeometry NXOpen.CAM.FBM.ThreadFeatureGeometry NXOpen.CAM.OptimizeFeatureGeometry

Public Member Functions

unsafe NXOpen.CAM.GeometrySet AppendGeometrySet (NXOpen.CAM.GeometrySet templateSet, NXOpen.DisplayableObject[] entities)
 Append an geometry set with dumb rules More...
 
unsafe void AppendNamedGeometry (NXOpen.ScCollector[] namedGeometry)
 Append named geometry More...
 
unsafe NXOpen.CAM.GeometrySet CreateGeometrySet ()
 Create an empty geometry set More...
 
unsafe void ExpandSets (NXOpen.CAM.GeometrySet[] sets)
 Expanding the geometry sets More...
 
unsafe void InitializeData (bool reloadGeometry)
 Prepare and update geometry data More...
 
unsafe void PreselectGeometry ()
 Pre-select the wall geometry More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.CAM.GeometrySetList GeometryList [get]
 Returns the geometry list More...
 
unsafe NXOpen.CAM.Topology Topology [get]
 Returns the topology builder More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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 
)
inline

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)
inline

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 ( )
inline

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)
inline

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)
inline

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 ( )
inline

Pre-select the wall geometry

Created in NX8.0.0

License requirements: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.Geometry.Validate ( )
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.