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

Represents a builder to be used to split a solid with geometry tools. More...

Inheritance diagram for NXOpen.Tooling.SplitSolidBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OperationType { Split, Trim }
 the split operation type: split, trim. More...
 
enum  ToolObjectOption { ExistingObject, NewPlane }
 the split tool selection type: Existing Object, New Plane. More...
 

Public Member Functions

unsafe void SetEnlargedSurfaceData (double[] enlargedSurfaceData)
 Keep enlarged surface data to create enlarged surface. 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 bool IsEnlarge [get, set]
 Returns or sets the option to enlarge a split tool or not, the tool should be a face. More...
 
unsafe bool ReverseTrimDirection [get, set]
 Returns or sets the option to reverse the trim direction or not. More...
 
unsafe NXOpen.SelectNXObject SplitObject [get]
 Returns the tool object to split the target body. More...
 
unsafe NXOpen.Plane SplitPlane [get, set]
 Returns or sets the plane to be a split tool. More...
 
unsafe NXOpen.SelectBody SplitTarget [get]
 Returns the target body to be split. More...
 
unsafe
NXOpen.GeometricUtilities.SurfaceRangeBuilder 
SurfaceRange [get]
 Returns the utility to get enlarged parameters. More...
 
unsafe
NXOpen.Tooling.SplitSolidBuilder.ToolObjectOption 
ToolOption [get, set]
 Returns or sets the tool object selection option More...
 
unsafe
NXOpen.Tooling.SplitSolidBuilder.OperationType 
Type [get, set]
 Returns or sets the operation type to do split body or trim body. 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 builder to be used to split a solid with geometry tools.

To create a new instance of this class, use NXOpen.Tooling.SplitSolidCollection.CreateSplitSolidBuilder

Default values.

Property Value

IsEnlarge

0

SurfaceRange.AnchorPosition

Vertex1

ToolOption

ExistingObject

Created in NX7.5.0

Member Enumeration Documentation

the split operation type: split, trim.

Enumerator
Split 

split option

Trim 

trim option

the split tool selection type: Existing Object, New Plane.

Enumerator
ExistingObject 

Existing Object option

NewPlane 

New Plane option

Member Function Documentation

unsafe void NXOpen.Tooling.SplitSolidBuilder.SetEnlargedSurfaceData ( double[]  enlargedSurfaceData)
inline

Keep enlarged surface data to create enlarged surface.

Four values passed in represent enlarged parameters in U+, U-, V+ and V-.

Created in NX7.5.0

License requirements: None.

Parameters
enlargedSurfaceDataarray of u and v range values

Property Documentation

unsafe bool NXOpen.Tooling.SplitSolidBuilder.IsEnlarge
getset

Returns or sets the option to enlarge a split tool or not, the tool should be a face.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Tooling.SplitSolidBuilder.ReverseTrimDirection
getset

Returns or sets the option to reverse the trim direction or not.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectNXObject NXOpen.Tooling.SplitSolidBuilder.SplitObject
get

Returns the tool object to split the target body.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Plane NXOpen.Tooling.SplitSolidBuilder.SplitPlane
getset

Returns or sets the plane to be a split tool.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBody NXOpen.Tooling.SplitSolidBuilder.SplitTarget
get

Returns the target body to be split.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.SurfaceRangeBuilder NXOpen.Tooling.SplitSolidBuilder.SurfaceRange
get

Returns the utility to get enlarged parameters.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Tooling.SplitSolidBuilder.ToolObjectOption NXOpen.Tooling.SplitSolidBuilder.ToolOption
getset

Returns or sets the tool object selection option

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.SplitSolidBuilder.OperationType NXOpen.Tooling.SplitSolidBuilder.Type
getset

Returns or sets the operation type to do split body or trim body.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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