NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder Class Reference

This class is used for replace geometry. More...

Inheritance diagram for NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CloseGapTypes { Sharp, Beveled, NoOffset }
 Represents the close gap types More...
 
enum  ObjectToReplaceWithTypes {
  Nothing, ConvexHull, BoundingSphere, BoundingBlock,
  BoundingCylinder, InscribedCylinder
}
 The object to replaces with types More...
 

Public Member Functions

unsafe void DoReplace ()
 Replace the simplify bodies More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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.Expression AddOffset [get]
 Returns the Additional offset. More...
 
unsafe bool Associative [get, set]
 Returns or sets the Remove parms switch More...
 
unsafe
NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.CloseGapTypes 
CloseGaps [get, set]
 Returns or sets the Method used to close the gaps after offset of the wrap More...
 
unsafe NXOpen.CoordinateSystem CoordSystem [get, set]
 Returns or sets the coordinate system More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the Distance tolerance used to facet the solids. More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
ObjectToReplace [get]
 Returns the object to replace More...
 
unsafe NXOpen.PlaneList PlanesList [get]
 Returns the Planes to split the geometry, tightens the wrap along this plane More...
 
unsafe
NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.ObjectToReplaceWithTypes 
ReplaceWith [get, set]
 Returns or sets the object to replace with More...
 
unsafe NXOpen.Expression SplitOffset [get]
 Returns the Offset applied to both sides of the splitting planes. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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

This class is used for replace geometry.

A call to SinumerikCaSimplifyBodiesBuilder.DoReplace will replace the geometry. Calling Builder.Commit on this builder will only return a null reference (Nothing in Visual Basic).

Use the Part class to create a SinumerikCaSimplifyBodiesBuilder object.

Created in NX9.0.0

Member Enumeration Documentation

Represents the close gap types

Enumerator
Sharp 

Sharp

Beveled 

Beveled

NoOffset 

No Offset

The object to replaces with types

Enumerator
Nothing 

Nothing

ConvexHull 

Convex Hull

BoundingSphere 

Bounding Sphere

BoundingBlock 

Bounding Block

BoundingCylinder 

Bounding Cylinder

InscribedCylinder 

Inscribed Cylinder

Member Function Documentation

unsafe void NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.DoReplace ( )
inline

Replace the simplify bodies

Created in NX9.0.0

License requirements: nx_isv_mtb ("Machine Tool Builder") OR nx_sinumerik_ca ("Sinumerik Collision Avoidance")

Property Documentation

unsafe NXOpen.Expression NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.AddOffset
get

Returns the Additional offset.

Will expand the wrap.

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.Associative
getset

Returns or sets the Remove parms switch

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_isv_mtb ("Machine Tool Builder") OR nx_sinumerik_ca ("Sinumerik Collision Avoidance")

unsafe NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.CloseGapTypes NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.CloseGaps
getset

Returns or sets the Method used to close the gaps after offset of the wrap

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_isv_mtb ("Machine Tool Builder") OR nx_sinumerik_ca ("Sinumerik Collision Avoidance")

unsafe NXOpen.CoordinateSystem NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.CoordSystem
getset

Returns or sets the coordinate system

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_isv_mtb ("Machine Tool Builder") OR nx_sinumerik_ca ("Sinumerik Collision Avoidance")

unsafe double NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.DistanceTolerance
getset

Returns or sets the Distance tolerance used to facet the solids.

Also used for default offset calculation.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_isv_mtb ("Machine Tool Builder") OR nx_sinumerik_ca ("Sinumerik Collision Avoidance")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.ObjectToReplace
get

Returns the object to replace

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.PlaneList NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.PlanesList
get

Returns the Planes to split the geometry, tightens the wrap along this plane

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.ObjectToReplaceWithTypes NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.ReplaceWith
getset

Returns or sets the object to replace with

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_isv_mtb ("Machine Tool Builder") OR nx_sinumerik_ca ("Sinumerik Collision Avoidance")

unsafe NXOpen.Expression NXOpen.SIM.SinumerikCaSimplifyBodiesBuilder.SplitOffset
get

Returns the Offset applied to both sides of the splitting planes.

Created in NX9.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.