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.ChannelAdjustBuilder Class Reference

The builder class for Channel Adjust which assists you to adjust the postion and the length of the channel. More...

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

Public Types

enum  AdjustType { Distance, BaffleLength, BaffleComponentLength, AdjustDiameter }
 the adjust method. More...
 
enum  MoveType { MoveOriginal, CopyOriginal }
 the copy method. More...
 
enum  VectorMethod { Along, Perpendicular }
 the vector adjust method. More...
 

Public Member Functions

unsafe void SetManipulatorOriginValue (NXOpen.Point3d moveOrigin)
 Sets the manipulator origin. More...
 
unsafe void SetModifyManipulatorOrigin (bool modified)
 Sets the manipulator origin modified or not. 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.Tooling.ChannelAdjustBuilder.AdjustType 
AdjustMethod [get, set]
 Returns or sets the method for adjusting the cooling channels. More...
 
unsafe NXOpen.Direction AdjustVector [get, set]
 Returns or sets the vector specified for the adjust direction. More...
 
unsafe
NXOpen.Assemblies.SelectComponentList 
BaffleComponent [get]
 Returns the baffle component to be adjusted. More...
 
unsafe NXOpen.SelectBodyList BoundaryBody [get]
 Returns the boundary body. More...
 
unsafe bool CopyOriginal [get, set]
 Returns or sets the flag to indicate whether to copy the original channel or not More...
 
unsafe NXOpen.Expression Diameter [get]
 Returns the channel diameter More...
 
unsafe string DiameterListValue [get, set]
 Returns or sets the diameter list value. More...
 
unsafe NXOpen.Expression Distance [get]
 Returns the distance between the channels and faces. More...
 
unsafe NXOpen.ScCollector ReferenceFace [get]
 Returns the reference faces for calculating the distance to the cooling channels. More...
 
unsafe
NXOpen.Tooling.ChannelAdjustBuilder.VectorMethod 
RepositionMethod [get, set]
 Returns or sets the method for moving the cooling channels. More...
 
unsafe NXOpen.SelectBodyList TargetChannel [get]
 Returns the cooling channel to be adjusted. 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 Adjust which assists you to adjust the postion and the length of the channel.

To create a new instance of this class, use NXOpen.Tooling.ChannelAdjustCollection.CreateChannelAdjustBuilder

Default values.

Property Value

CopyOriginal

0

Distance.Value

0 (millimeters part), 0 (inches part)

RepositionMethod

Along

Created in NX7.5.0

Member Enumeration Documentation

the adjust method.

Enumerator
Distance 

Reposition the target channels.

BaffleLength 

Change the length of the baffles.

BaffleComponentLength 

Change the baffle length of the baffle component.

AdjustDiameter 

the copy method.

Enumerator
MoveOriginal 

Move original channels.

CopyOriginal 

Copy original channels.

the vector adjust method.

Enumerator
Along 

Reposition the target channels along the vector specified.

Perpendicular 

Reposition the target channels Perpendicular the vector specified.

Member Function Documentation

unsafe void NXOpen.Tooling.ChannelAdjustBuilder.SetManipulatorOriginValue ( NXOpen.Point3d  moveOrigin)
inline

Sets the manipulator origin.

Created in NX9.0.2

License requirements: ug_mold_design ("UG MOLD")

Parameters
moveOrigin
unsafe void NXOpen.Tooling.ChannelAdjustBuilder.SetModifyManipulatorOrigin ( bool  modified)
inline

Sets the manipulator origin modified or not.

Created in NX1872.0.0

License requirements: ug_mold_design ("UG MOLD")

Parameters
modified

Property Documentation

unsafe NXOpen.Tooling.ChannelAdjustBuilder.AdjustType NXOpen.Tooling.ChannelAdjustBuilder.AdjustMethod
getset

Returns or sets the method for adjusting the cooling channels.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Direction NXOpen.Tooling.ChannelAdjustBuilder.AdjustVector
getset

Returns or sets the vector specified for the adjust direction.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Assemblies.SelectComponentList NXOpen.Tooling.ChannelAdjustBuilder.BaffleComponent
get

Returns the baffle component to be adjusted.

Created in NX1872.0.0

License requirements: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.ChannelAdjustBuilder.BoundaryBody
get

Returns the boundary body.

Created in NX1872.0.0

License requirements: None.

unsafe bool NXOpen.Tooling.ChannelAdjustBuilder.CopyOriginal
getset

Returns or sets the flag to indicate whether to copy the original channel or not

Created in NX1872.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Tooling.ChannelAdjustBuilder.Diameter
get

Returns the channel diameter

Created in NX1899.0.0

License requirements: None.

unsafe string NXOpen.Tooling.ChannelAdjustBuilder.DiameterListValue
getset

Returns or sets the diameter list value.

Created in NX1899.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Expression NXOpen.Tooling.ChannelAdjustBuilder.Distance
get

Returns the distance between the channels and faces.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Tooling.ChannelAdjustBuilder.ReferenceFace
get

Returns the reference faces for calculating the distance to the cooling channels.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Tooling.ChannelAdjustBuilder.VectorMethod NXOpen.Tooling.ChannelAdjustBuilder.RepositionMethod
getset

Returns or sets the method for moving the cooling channels.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.ChannelAdjustBuilder.TargetChannel
get

Returns the cooling channel to be adjusted.

Created in NX7.5.0

License requirements: None.


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