Class TransformBuilder
Inheritance
System.Object
System.MarshalByRefObject
TransformBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Weld
Assembly: NXOpen.dll
Syntax
public class TransformBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
TransformBuilder()
Declaration
protected TransformBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Characteristics
Declaration
public CharacteristicsBuilder Characteristics { get; }
Property Value
Type | Description |
---|---|
CharacteristicsBuilder |
ConnectedPartMethod
Declaration
public TransformBuilder.ConnectedPartMethods ConnectedPartMethod { get; set; }
Property Value
Type | Description |
---|---|
TransformBuilder.ConnectedPartMethods |
ConnectedPartTolerance
Declaration
public Expression ConnectedPartTolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
Features
Declaration
public SelectBodyFeatureList Features { get; }
Property Value
Type | Description |
---|---|
SelectBodyFeatureList |
MirrorPlane
Declaration
public Plane MirrorPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
TranslateCsys
Declaration
public CoordinateSystem TranslateCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
TranslateX
Declaration
public Expression TranslateX { get; }
Property Value
Type | Description |
---|---|
Expression |
TranslateY
Declaration
public Expression TranslateY { get; }
Property Value
Type | Description |
---|---|
Expression |
TranslateZ
Declaration
public Expression TranslateZ { get; }
Property Value
Type | Description |
---|---|
Expression |
Type
Declaration
public TransformBuilder.TransformationTypes Type { get; set; }
Property Value
Type | Description |
---|---|
TransformBuilder.TransformationTypes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink