Class CamProfileBuilder
Inheritance
System.Object
System.MarshalByRefObject
CamProfileBuilder
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 CamProfileBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CamProfileBuilder()
Declaration
protected CamProfileBuilder()
Properties
CheckingG2Continuity
Declaration
public bool CheckingG2Continuity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CyclicType
Declaration
public CamProfileBuilder.ProfileCyclicType CyclicType { get; set; }
Property Value
IsForElecCam
Declaration
[Obsolete("Deprecated in NX10.0.0. Set the boolean using Mechatronics.CamProfileBuilder.CheckingG2Continuity to query or edit it.")]
public bool IsForElecCam { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MasterMaximum
Declaration
public Expression MasterMaximum { get; }
Property Value
MasterMinimum
Declaration
public Expression MasterMinimum { get; }
Property Value
MasterUnit
Declaration
public CamProfileBuilder.MasterValueUnit MasterUnit { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SlaveMaximum
Declaration
public Expression SlaveMaximum { get; }
Property Value
SlaveMinimum
Declaration
public Expression SlaveMinimum { get; }
Property Value
SlaveUnit
Declaration
public CamProfileBuilder.SlaveValueUnit SlaveUnit { get; set; }
Property Value
Methods
AddElement(NXObject, CamProfileBuilder.Element)
Declaration
public void AddElement(NXObject part, CamProfileBuilder.Element element)
Parameters
AskElementByIndex(Int32)
Declaration
public CamProfileBuilder.Element AskElementByIndex(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
AskElementsLength()
Declaration
public int AskElementsLength()
Returns
Type |
Description |
System.Int32 |
|
ClearElements()
Declaration
public void ClearElements()
EditElement(Int32, NXObject, CamProfileBuilder.Element)
Declaration
public void EditElement(int index, NXObject part, CamProfileBuilder.Element element)
Parameters
FindElementIndex(CamProfileBuilder.Element)
Declaration
public int FindElementIndex(CamProfileBuilder.Element element)
Parameters
Returns
Type |
Description |
System.Int32 |
|
RemoveElementByIndex(Int32)
Declaration
public void RemoveElementByIndex(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
SetSegmentTable(CamProfile)
Declaration
public void SetSegmentTable(CamProfile segmentTableObject)
Parameters
Type |
Name |
Description |
CamProfile |
segmentTableObject |
|
SwitchSegmentTable(CamProfile)
Declaration
public void SwitchSegmentTable(CamProfile segmentTableObject)
Parameters
Type |
Name |
Description |
CamProfile |
segmentTableObject |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink