Class CheckMinimumWallThicknessBuilder
Inheritance
System.Object
System.MarshalByRefObject
CheckMinimumWallThicknessBuilder
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.Validate
Assembly: NXOpen.dll
Syntax
public class CheckMinimumWallThicknessBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckMinimumWallThicknessBuilder()
Declaration
protected CheckMinimumWallThicknessBuilder()
Properties
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisplayResolutionBuilder
Declaration
public DisplayResolutionBuilder DisplayResolutionBuilder { get; }
Property Value
Type | Description |
---|---|
DisplayResolutionBuilder |
FailureArea
Declaration
public double FailureArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
LessThanMinThicknessColor
Declaration
public NXColor LessThanMinThicknessColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
MoreThanMinThicknessColor
Declaration
public NXColor MoreThanMinThicknessColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectionAndPlacement
Declaration
public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
Property Value
Type | Description |
---|---|
SelectionAndPlacementBuilder |
ShowOnlyFailArea
Declaration
public bool ShowOnlyFailArea { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Thickness
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetDynamicResult(Face, Point3d, out Double, out Vector3d, out Point3d)
Declaration
public bool GetDynamicResult(Face selectedFace, Point3d dynamicPnt, out double thickness, out Vector3d direction, out Point3d closestPnt)
Parameters
Type | Name | Description |
---|---|---|
Face | selectedFace | |
Point3d | dynamicPnt | |
System.Double | thickness | |
Vector3d | direction | |
Point3d | closestPnt |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink