Class CurveCurvatureAnalysisBuilder
Inheritance
System.Object
System.MarshalByRefObject
CurveCurvatureAnalysisBuilder
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 CurveCurvatureAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CurveCurvatureAnalysisBuilder()
Declaration
protected CurveCurvatureAnalysisBuilder()
Properties
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
CombRange
Declaration
public CurveRangeBuilder CombRange { get; }
Property Value
DynamicProjection
Declaration
public bool DynamicProjection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Method
Declaration
public CurveCurvatureAnalysisBuilder.CalculationMethod Method { get; set; }
Property Value
Projection
Declaration
public CurveCurvatureAnalysisBuilder.ProjectionTypes Projection { get; set; }
Property Value
ReverseDirection
Declaration
public int ReverseDirection { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectedCurves
Declaration
public ScCollector SelectedCurves { get; }
Property Value
ShowCombs
Declaration
public bool ShowCombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowInflections
Declaration
public bool ShowInflections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowMaxLabels
Declaration
public bool ShowMaxLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowMinLabels
Declaration
public bool ShowMinLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowPeaks
Declaration
public bool ShowPeaks { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Style
Declaration
public CurveCurvatureAnalysisBuilder.DisplayStyle Style { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Xyz
Declaration
public CurveCurvatureAnalysisBuilder.XyzTypes Xyz { get; set; }
Property Value
Methods
CreateDumbInflectionPoints()
Declaration
public Point[] CreateDumbInflectionPoints()
Returns
CreateDumbPeakPoints()
Declaration
public Point[] CreateDumbPeakPoints()
Returns
GetCurveRange(Int32)
Declaration
public CurveRangeBuilder GetCurveRange(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetCurveRangeListLength()
Declaration
public int GetCurveRangeListLength()
Returns
Type |
Description |
System.Int32 |
|
UpdateWorkView()
Declaration
public void UpdateWorkView()
Implements
System.Runtime.Remoting.Messaging.IMessageSink