NXOpen .NET Reference Guide
 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 }
 the adjust 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...
 
- 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.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...
 

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

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.

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

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.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.