Class CheckMinimumRadiusBuilder
Inheritance
System.Object
System.MarshalByRefObject
CheckMinimumRadiusBuilder
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 CheckMinimumRadiusBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckMinimumRadiusBuilder()
Declaration
protected CheckMinimumRadiusBuilder()
Properties
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurvatureType
Declaration
public CheckMinimumRadiusBuilder.CurvatureTypes CurvatureType { get; set; }
Property Value
Type | Description |
---|---|
CheckMinimumRadiusBuilder.CurvatureTypes |
DisplayResolutionBuilder
Declaration
public DisplayResolutionBuilder DisplayResolutionBuilder { get; }
Property Value
Type | Description |
---|---|
DisplayResolutionBuilder |
ExcludeConvex
Declaration
public bool ExcludeConvex { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FailureArea
Declaration
public double FailureArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
LessThanMinimumRadiusColor
Declaration
public NXColor LessThanMinimumRadiusColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
MinimumRadius
Declaration
public double MinimumRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MoreThanMinimumRadiusColor
Declaration
public NXColor MoreThanMinimumRadiusColor { 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 |
Methods
GetDynamicResult(Face, Point3d)
Declaration
public double GetDynamicResult(Face selectedFace, Point3d dynamicPnt)
Parameters
Type | Name | Description |
---|---|---|
Face | selectedFace | |
Point3d | dynamicPnt |
Returns
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink