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

Represents a Preprocess Geometry Builder More...

Inheritance diagram for NXOpen.CAM.PreprocessGeometryBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Create (NXOpen.NXObject obj, double tolerance, NXOpen.NXObject vector)
 Create new facet body More...
 
unsafe void CreateWithAngleTolerance (NXOpen.DisplayableObject obj, double tolerance, double angularTolerance, NXOpen.Direction vector)
 Create new facet body with a specified angle tolerance More...
 
unsafe void Delete (NXOpen.NXObject obj)
 Delete one facet body More...
 
unsafe void GetObjects (out NXOpen.NXObject[] solidBodies, out NXOpen.NXObject[] facetBodies)
 Get solid bodies and relevant facet bodies More...
 
unsafe void GetParameter (NXOpen.NXObject obj, out double tolerance, out NXOpen.NXObject vector)
 Get tolerance and vector of facet body which is gotten from relevant solid body More...
 
unsafe void SetParameter (NXOpen.NXObject obj, double tolerance, NXOpen.NXObject vector)
 Set tolerance and vector for facet body which is gotten from relevant solid body 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.Direction FixedVector [get, set]
 Returns or sets the default tool axis vector More...
 
unsafe double TriangleTolerance [get, set]
 Returns or sets the default triangle tolerance 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

Represents a Preprocess Geometry Builder

To create a new instance of this class, use NXOpen.CAM.CAMSetup.CreatePreprocessGeometryBuilder

Created in NX6.0.0

Member Function Documentation

unsafe void NXOpen.CAM.PreprocessGeometryBuilder.Create ( NXOpen.NXObject  obj,
double  tolerance,
NXOpen.NXObject  vector 
)
inline

Create new facet body

Created in NX6.0.0

License requirements: None.

Parameters
objthe new solid body, it will be converted to facet body in function
tolerancetolerance
vectorvector
unsafe void NXOpen.CAM.PreprocessGeometryBuilder.CreateWithAngleTolerance ( NXOpen.DisplayableObject  obj,
double  tolerance,
double  angularTolerance,
NXOpen.Direction  vector 
)
inline

Create new facet body with a specified angle tolerance

Created in NX12.0.2

License requirements: None.

Parameters
objthe new solid body, it will be converted to facet body in function
tolerancedistance tolerance
angularToleranceangular tolerance
vectorvector
unsafe void NXOpen.CAM.PreprocessGeometryBuilder.Delete ( NXOpen.NXObject  obj)
inline

Delete one facet body

Created in NX6.0.0

License requirements: None.

Parameters
objthe solid body,its relevant facet body will be deleted actually
unsafe void NXOpen.CAM.PreprocessGeometryBuilder.GetObjects ( out NXOpen.NXObject[]  solidBodies,
out NXOpen.NXObject[]  facetBodies 
)
inline

Get solid bodies and relevant facet bodies

Created in NX6.0.0

License requirements: None.

Parameters
solidBodiesthe solid bodies
facetBodiesthe facet bodies, corresponding to facet bodies
unsafe void NXOpen.CAM.PreprocessGeometryBuilder.GetParameter ( NXOpen.NXObject  obj,
out double  tolerance,
out NXOpen.NXObject  vector 
)
inline

Get tolerance and vector of facet body which is gotten from relevant solid body

Created in NX6.0.0

License requirements: None.

Parameters
objthe solid body,will find relevant facet body dependent on it
tolerancetolerance
vectorvector
unsafe void NXOpen.CAM.PreprocessGeometryBuilder.SetParameter ( NXOpen.NXObject  obj,
double  tolerance,
NXOpen.NXObject  vector 
)
inline

Set tolerance and vector for facet body which is gotten from relevant solid body

Created in NX6.0.0

License requirements: None.

Parameters
objthe solid body,will find relevant facet body dependent on it
tolerancetolerance
vectorvector

Property Documentation

unsafe NXOpen.Direction NXOpen.CAM.PreprocessGeometryBuilder.FixedVector
getset

Returns or sets the default tool axis vector

Created in NX6.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.PreprocessGeometryBuilder.TriangleTolerance
getset

Returns or sets the default triangle tolerance

Created in NX6.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")


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