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

Represents NXOpen.MechanicalRouting.TransformBlockBuilder . More...

Inheritance diagram for NXOpen.MechanicalRouting.TransformBlockBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Transformtype {
  None = -1, OrientXpress, Vector, View,
  Manipulator, Plane
}
 Specifies the options available for transform. More...
 

Properties

unsafe
NXOpen.MechanicalRouting.TransformBlockBuilder.Transformtype 
ActiveTransformType [get, set]
 Returns or sets the transform type setting. More...
 
unsafe NXOpen.Point ConstrainedPoint [get, set]
 Returns or sets the constrained point setting. More...
 
unsafe NXOpen.Matrix3x3 InitialOrientation [get, set]
 Returns or sets the initial orientation setting. More...
 
unsafe NXOpen.Point3d InitialPosition [get, set]
 Returns or sets the initial position setting. More...
 
unsafe
NXOpen.GeometricUtilities.OrientXpressBuilder 
OrientExpress [get]
 Returns the orient express setting. More...
 
unsafe NXOpen.Plane Plane [get, set]
 Returns or sets the plane setting. More...
 
unsafe NXOpen.Matrix3x3 TempOrientation [get, set]
 Returns or sets the temp orientation setting. More...
 
unsafe NXOpen.Point3d TempPosition [get, set]
 Returns or sets the temp position setting. More...
 
unsafe NXOpen.Direction Vector [get, set]
 Returns or sets the vector setting. More...
 

Additional Inherited Members

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents NXOpen.MechanicalRouting.TransformBlockBuilder .

To create a new instance of this class, use NXOpen.MechanicalRouting.BuilderFactory.CreateTransformBlockBuilder

Created in NX11.0.0

Member Enumeration Documentation

Specifies the options available for transform.

The available opitons are Manipulator, OrientXpress, View, Plane, Vector.

Enumerator
None 
OrientXpress 

OrientXpress allows you to move a point constrained to a coordinate axis or plane in wcs.

Vector 

Vector allows you to move a point constrained to a specified direction.

View 

View allows you to move a point constrained to a plane, normal to the view.

Manipulator 

Manipulator allows you to move a point dynamically to any location in wcs.

Plane 

Plane allows you to move a point constrained to a specified plane.

Property Documentation

unsafe NXOpen.MechanicalRouting.TransformBlockBuilder.Transformtype NXOpen.MechanicalRouting.TransformBlockBuilder.ActiveTransformType
getset

Returns or sets the transform type setting.

Allows you to specify the type of tool to be used for transform.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Point NXOpen.MechanicalRouting.TransformBlockBuilder.ConstrainedPoint
getset

Returns or sets the constrained point setting.

Allows you to specify the constrained point.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Matrix3x3 NXOpen.MechanicalRouting.TransformBlockBuilder.InitialOrientation
getset

Returns or sets the initial orientation setting.

Allows you to specify initial orientation for the transform tools.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Point3d NXOpen.MechanicalRouting.TransformBlockBuilder.InitialPosition
getset

Returns or sets the initial position setting.

Allows you to specify start point for the transform tool.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.GeometricUtilities.OrientXpressBuilder NXOpen.MechanicalRouting.TransformBlockBuilder.OrientExpress
get

Returns the orient express setting.

Allows you to access the orient express object.

Created in NX11.0.0

License requirements: routing_base ("Routing Basic")

unsafe NXOpen.Plane NXOpen.MechanicalRouting.TransformBlockBuilder.Plane
getset

Returns or sets the plane setting.

Allows you to specify the constraint plane.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Matrix3x3 NXOpen.MechanicalRouting.TransformBlockBuilder.TempOrientation
getset

Returns or sets the temp orientation setting.

Allows you to specify final orientation for the transform tools.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Point3d NXOpen.MechanicalRouting.TransformBlockBuilder.TempPosition
getset

Returns or sets the temp position setting.

Allows you to specify final position for the transform tool.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.Direction NXOpen.MechanicalRouting.TransformBlockBuilder.Vector
getset

Returns or sets the vector setting.

Allows you to specify the constraint direction.

Created in NX11.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")


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