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

The builder class for Channel Fitting which assists you to add cooling fitting. More...

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

Public Member Functions

unsafe
NXOpen.Tooling.CoolingFittingData 
CreateCoolingFittingData ()
 Creates the Cooling Fitting Data object. More...
 
unsafe void CreateFittingPoints ()
 Create Fitting Points. More...
 
unsafe
NXOpen.Tooling.CoolingFittingData 
GetCoolingFittingData ()
 Get the Cooling Fitting Data object. 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 BottomClearance [get]
 Returns the bottom clearance More...
 
unsafe NXOpen.SelectBodyList BoundaryBody [get]
 Returns the boundary body to create the cooling fitting points. More...
 
unsafe NXOpen.Point FittingPoint [get, set]
 Returns or sets the new point specified for the cooling fitting point. More...
 
unsafe NXOpen.SelectBodyList ParentChannel [get]
 Returns the parent channel of the cooling fitting points. More...
 
unsafe bool SearchBoundaryBodies [get, set]
 Returns or sets the value which specifies whether to auto search boundary bodies or not. More...
 
unsafe NXOpen.Expression TopClearance [get]
 Returns the top clearance More...
 
unsafe bool UseSymbol [get, set]
 Returns or sets the value which specifies whether to add real component or not. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

The builder class for Channel Fitting which assists you to add cooling fitting.

To create a new instance of this class, use NXOpen.Tooling.ChannelFittingCollection.CreateChannelFittingBuilder

Default values.

Property Value

BottomClearance.Value

0 (millimeters part), 0 (inches part)

TopClearance.Value

5 (millimeters part), 1.25 (inches part)

UseSymbol

1

Created in NX7.5.0

Member Function Documentation

unsafe NXOpen.Tooling.CoolingFittingData NXOpen.Tooling.ChannelFittingBuilder.CreateCoolingFittingData ( )
inline

Creates the Cooling Fitting Data object.

Created in NX7.5.0

License requirements: None.

Returns
the new Tooling.CoolingFittingData instance
unsafe void NXOpen.Tooling.ChannelFittingBuilder.CreateFittingPoints ( )
inline

Create Fitting Points.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Tooling.CoolingFittingData NXOpen.Tooling.ChannelFittingBuilder.GetCoolingFittingData ( )
inline

Get the Cooling Fitting Data object.

Created in NX7.5.0

License requirements: None.

Returns

Property Documentation

unsafe NXOpen.Expression NXOpen.Tooling.ChannelFittingBuilder.BottomClearance
get

Returns the bottom clearance

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.ChannelFittingBuilder.BoundaryBody
get

Returns the boundary body to create the cooling fitting points.

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Tooling.ChannelFittingBuilder.FittingPoint
getset

Returns or sets the new point specified for the cooling fitting point.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.ChannelFittingBuilder.ParentChannel
get

Returns the parent channel of the cooling fitting points.

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Tooling.ChannelFittingBuilder.SearchBoundaryBodies
getset

Returns or sets the value which specifies whether to auto search boundary bodies or not.

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.Tooling.ChannelFittingBuilder.TopClearance
get

Returns the top clearance

Created in NX8.0.0

License requirements: None.

unsafe bool NXOpen.Tooling.ChannelFittingBuilder.UseSymbol
getset

Returns or sets the value which specifies whether to add real component or not.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")


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