Class CamProfileDocumentationBuilder
Inheritance
System.Object
System.MarshalByRefObject
CamProfileDocumentationBuilder
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 CamProfileDocumentationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CamProfileDocumentationBuilder()
Declaration
protected CamProfileDocumentationBuilder()
Properties
CamCurveType
Declaration
public CamProfileDocumentationBuilder.CurveTypes CamCurveType { get; set; }
Property Value
CreateXYAxis
Declaration
public bool CreateXYAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DocumentPartType
Declaration
public CamProfileDocumentationBuilder.PartTypes DocumentPartType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Point
Declaration
public Point Point { get; set; }
Property Value
RadialCurveBaseRadius
Declaration
public Expression RadialCurveBaseRadius { get; }
Property Value
ShowAxisScale
Declaration
public bool ShowAxisScale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowPoints
Declaration
public bool ShowPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSegmentData
Declaration
public bool ShowSegmentData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
XAxisLabel
Declaration
public string XAxisLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
YAxisLabel
Declaration
public string YAxisLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddSelectedParts(Part[])
Declaration
public void AddSelectedParts(Part[] parts)
Parameters
Type |
Name |
Description |
Part[] |
parts |
|
DeleteRow(Int32)
Declaration
public void DeleteRow(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
GetRowColor(Int32)
Declaration
public NXColor GetRowColor(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetRowState(Int32)
Declaration
public bool GetRowState(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
InsertRow(Int32, NXObject)
Declaration
public void InsertRow(int pos, NXObject objectTag)
Parameters
Type |
Name |
Description |
System.Int32 |
pos |
|
NXObject |
objectTag |
|
SetRowColor(Int32, NXColor)
Declaration
public void SetRowColor(int index, NXColor color)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
NXColor |
color |
|
SetRowState(Int32, Boolean)
Declaration
public void SetRowState(int index, bool state)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
state |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink