Class CalculateAreaBuilder
Inheritance
System.Object
System.MarshalByRefObject
CalculateAreaBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class CalculateAreaBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CalculateAreaBuilder()
Declaration
protected CalculateAreaBuilder()
Properties
AngularAccuracy
Declaration
public Expression AngularAccuracy { get; }
Property Value
Type | Description |
---|---|
Expression |
ApproximationTolerance
Declaration
public Expression ApproximationTolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
CreateSheet
Declaration
public bool CreateSheet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DimTolerance
Declaration
public Expression DimTolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
PlaneDefine
Declaration
public NXObject PlaneDefine { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
SelectionTarget
Declaration
public SelectBodyList SelectionTarget { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
SheetMethod
Declaration
public CalculateAreaBuilder.SheetMethodType SheetMethod { get; set; }
Property Value
Type | Description |
---|---|
CalculateAreaBuilder.SheetMethodType |
ToggleSideArea
Declaration
public bool ToggleSideArea { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink