Class DefineCamBuilder
Inheritance
DefineCamBuilder
Assembly: NXOpen.dll
public class DefineCamBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected DefineCamBuilder()
Properties
Declaration
public string CamName { get; set; }
Property Value
CushionBody
Declaration
public SelectDisplayableObjectList CushionBody { get; }
Property Value
Declaration
public Direction CushionDirection { get; set; }
Property Value
Declaration
public string CushionName { get; set; }
Property Value
Declaration
public Expression LinearBackstopOffset { get; }
Property Value
Declaration
public SelectDisplayableObjectList LinearCamBodies { get; }
Property Value
Declaration
public Direction LinearDirection { get; set; }
Property Value
Declaration
public SelectDisplayableObjectList LinearDriveBodies { get; }
Property Value
Declaration
public double MotionDistance { get; set; }
Property Value
Declaration
public DefineCamBuilder.PredefinedHydraulicOptions PredefinedHydraulicOption { get; set; }
Property Value
Declaration
public double PressStartAngle { get; set; }
Property Value
Declaration
public double PressStopAngle { get; set; }
Property Value
Declaration
public double ReturnStartAngle { get; set; }
Property Value
Declaration
public double ReturnStopAngle { get; set; }
Property Value
Declaration
public Expression RockerAxisBackstopOffset { get; }
Property Value
Declaration
public Axis RockerAxisDirection { get; set; }
Property Value
Declaration
public SelectDisplayableObjectList RockerCamBodies { get; }
Property Value
Declaration
public Direction RockerCamDirection { get; set; }
Property Value
Declaration
public SelectDisplayableObjectList RockerCamRockerBodies { get; }
Property Value
Declaration
public SelectDisplayableObjectList RockerDriveBodies { get; }
Property Value
Declaration
public Expression RotaryBackstopOffset { get; }
Property Value
Declaration
public SelectDisplayableObjectList RotaryCamBodies { get; }
Property Value
Declaration
public Axis RotaryDirection { get; set; }
Property Value
Declaration
public SelectDisplayableObjectList RotaryDriveBodies { get; }
Property Value
Declaration
public DefineCamBuilder.Types Type { get; set; }
Property Value
Methods
Declaration
public void DeleteCushion(string cushionName)
Parameters
Type |
Name |
Description |
string |
cushionName |
|
Declaration
public void DeleteLinearCam(string camName)
Parameters
Type |
Name |
Description |
string |
camName |
|
Declaration
public void DeleteRockerCam(string camName)
Parameters
Type |
Name |
Description |
string |
camName |
|
Declaration
public void DeleteRotaryCam(string camName)
Parameters
Type |
Name |
Description |
string |
camName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink