NXOpen .NET Reference Guide  1899
 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 void CalculateManualBaffleLength (bool edit, NXOpen.Point fittingPoint)
 Calculates manual baffle length More...
 
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...
 
unsafe void ProcessPoint (NXOpen.Point editPoint, NXOpen.Matrix3x3 newWcsMtx)
 Assigns cooling fitting attributes to point and put point on specified layer. More...
 
unsafe void SetChannelType (string channelType)
 Sets the channel type More...
 
unsafe void SetCoolingNodeInfo ()
 Records cooling fitting node information. More...
 
unsafe void SetExistingFittingPointDataDetails (NXOpen.Point[] fittingPts, string[] channelDiameters, string[] currentNames, string[] currentTypes, string[] currentFitTypes, string[] baffleLengths, bool[] fittingPointModified, string[] partNumbersTc)
 Sets existing fitting point data details. 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...
 
- 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

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 void NXOpen.Tooling.ChannelFittingBuilder.CalculateManualBaffleLength ( bool  edit,
NXOpen.Point  fittingPoint 
)
inline

Calculates manual baffle length

Created in NX1899.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
edit
fittingPointedit point tag
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
unsafe void NXOpen.Tooling.ChannelFittingBuilder.ProcessPoint ( NXOpen.Point  editPoint,
NXOpen.Matrix3x3  newWcsMtx 
)
inline

Assigns cooling fitting attributes to point and put point on specified layer.

Created in NX1899.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
editPointedit point tag
newWcsMtxNew wcs matrix
unsafe void NXOpen.Tooling.ChannelFittingBuilder.SetChannelType ( string  channelType)
inline

Sets the channel type

Created in NX1899.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
channelType
unsafe void NXOpen.Tooling.ChannelFittingBuilder.SetCoolingNodeInfo ( )
inline

Records cooling fitting node information.

Created in NX1899.0.0

License requirements: ug_mold_design ("UG MOLD")

unsafe void NXOpen.Tooling.ChannelFittingBuilder.SetExistingFittingPointDataDetails ( NXOpen.Point[]  fittingPts,
string[]  channelDiameters,
string[]  currentNames,
string[]  currentTypes,
string[]  currentFitTypes,
string[]  baffleLengths,
bool[]  fittingPointModified,
string[]  partNumbersTc 
)
inline

Sets existing fitting point data details.

Created in NX1899.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
fittingPtsfitting points tag
channelDiametersthe CHANNEL_DIAMETER attribute on fitting point
currentNamesthe CURRENT_NAME attribute on fitting point in local
currentTypesthe type attribute on fitting point
currentFitTypesthe FIT_TYPE attribute on fitting point
baffleLengthsthe BAFFLE_LENGTH attribute on baffle fitting point
fittingPointModifiedthe fitting point information such as matrix or type has modified or not
partNumbersTcthe PART_NUMBER attribute on fitting point in TCE

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.