Class CheckChannelRatioBuilder
Inheritance
System.Object
System.MarshalByRefObject
CheckChannelRatioBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class CheckChannelRatioBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckChannelRatioBuilder()
Declaration
protected CheckChannelRatioBuilder()
Properties
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayResolution
Declaration
public DisplayResolutionBuilder DisplayResolution { get; }
Property Value
FailedSegmentsColor
Declaration
public NXColor FailedSegmentsColor { get; set; }
Property Value
MaximumWidth
Declaration
public double MaximumWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumRatio
Declaration
public double MinimumRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
Orientation
Declaration
public Matrix3x3 Orientation { get; set; }
Property Value
Origin
Declaration
public Point3d Origin { get; set; }
Property Value
PassedSegmentsColor
Declaration
public NXColor PassedSegmentsColor { get; set; }
Property Value
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SegmentLength
Declaration
public double SegmentLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowOnlyFailedSegments
Declaration
public bool ShowOnlyFailedSegments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetBodies()
Declaration
public Body[] GetBodies()
Returns
GetFaces()
Declaration
Returns
GetTableData(out CheckChannelRatioBuilder.TableData[])
Declaration
public void GetTableData(out CheckChannelRatioBuilder.TableData[] tableData)
Parameters
SetBodies(Body[])
Declaration
public void SetBodies(Body[] bodies)
Parameters
Type |
Name |
Description |
Body[] |
bodies |
|
SetFaces(Face[])
Declaration
public void SetFaces(Face[] faces)
Parameters
Type |
Name |
Description |
Face[] |
faces |
|
SetNeedRegenerateFacets(Boolean)
Declaration
public void SetNeedRegenerateFacets(bool needRegenerateFacets)
Parameters
Type |
Name |
Description |
System.Boolean |
needRegenerateFacets |
|
SetTableData(CheckChannelRatioBuilder.TableData[])
Declaration
public void SetTableData(CheckChannelRatioBuilder.TableData[] tableData)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink