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

Represents a builder to be used to create a solid patch. More...

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

Public Types

enum  SolidPatchType { SolidPatch, LinkBody }
 Settings of the solid patch creation types. More...
 

Public Member Functions

unsafe void ShowResult ()
 Show result button to write the patch and link this information to the list window. 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.SelectBodyList Patch [get]
 Returns the tool bodies selected as linked source bodies for patching up the target body. More...
 
unsafe
NXOpen.Tooling.SolidPatchBuilder.SolidPatchType 
PatchType [get, set]
 Returns or sets the patch type of the solid patch creation. More...
 
unsafe NXOpen.SelectBody Product [get]
 Returns the product body selected as the target body for unite with tool bodies. More...
 
unsafe bool Subtract [get, set]
 Returns or sets the toggle for indicating if the tool is subtracted by the target or not. 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 create a solid patch.

To create a new instance of this class, use NXOpen.Tooling.SolidPatchCollection.CreateBuilder

Default values.

Property Value

PatchType

SolidPatch

Subtract

0

Created in NX7.5.0

Member Enumeration Documentation

Settings of the solid patch creation types.

Enumerator
SolidPatch 

Solid patch type indicates to create solid patch

LinkBody 

Link body type indicates to create link body

Member Function Documentation

unsafe void NXOpen.Tooling.SolidPatchBuilder.ShowResult ( )
inline

Show result button to write the patch and link this information to the list window.

Created in NX7.5.0

License requirements: None.

Property Documentation

unsafe NXOpen.SelectBodyList NXOpen.Tooling.SolidPatchBuilder.Patch
get

Returns the tool bodies selected as linked source bodies for patching up the target body.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Tooling.SolidPatchBuilder.SolidPatchType NXOpen.Tooling.SolidPatchBuilder.PatchType
getset

Returns or sets the patch type of the solid patch creation.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBody NXOpen.Tooling.SolidPatchBuilder.Product
get

Returns the product body selected as the target body for unite with tool bodies.

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Tooling.SolidPatchBuilder.Subtract
getset

Returns or sets the toggle for indicating if the tool is subtracted by the target or not.

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.