Class BlockBuilder
Inheritance
System.Object
System.MarshalByRefObject
BlockBuilder
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.Implicit
Assembly: NXOpen.dll
Syntax
public class BlockBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
BlockBuilder()
Declaration
protected BlockBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Height
Declaration
public Expression Height { get; }
Property Value
Type | Description |
---|---|
Expression |
Length
Declaration
public Expression Length { get; }
Property Value
Type | Description |
---|---|
Expression |
OriginAndOrientation
Declaration
public CartesianCoordinateSystem OriginAndOrientation { get; set; }
Property Value
Type | Description |
---|---|
CartesianCoordinateSystem |
Width
Declaration
public Expression Width { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink