Class RectangularFrameBuilder
Inheritance
System.Object
System.MarshalByRefObject
RectangularFrameBuilder
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class RectangularFrameBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
RectangularFrameBuilder()
Declaration
protected RectangularFrameBuilder()
Properties
AnchorLocation
Declaration
public RectangularFrameBuilder.AnchorLocationType AnchorLocation { get; set; }
Property Value
Type | Description |
---|---|
RectangularFrameBuilder.AnchorLocationType |
AnchorLocator
Declaration
public SelectSmartObject AnchorLocator { get; }
Property Value
Type | Description |
---|---|
SelectSmartObject |
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
Height
Declaration
public Expression Height { get; }
Property Value
Type | Description |
---|---|
Expression |
Length
Declaration
public Expression Length { get; }
Property Value
Type | Description |
---|---|
Expression |
Shear
Declaration
public Expression Shear { get; }
Property Value
Type | Description |
---|---|
Expression |
WScale
Declaration
public double WScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
UpdateOnCoordinateSystem()
Declaration
public void UpdateOnCoordinateSystem()
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink