Search Results for

    Show / Hide Table of Contents

    Class DefineCamBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DefineCamBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class DefineCamBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DefineCamBuilder()

    Declaration
    protected DefineCamBuilder()

    Properties

    CamName

    Declaration
    public string CamName { get; set; }
    Property Value
    Type Description
    System.String

    CushionBody

    Declaration
    public SelectDisplayableObjectList CushionBody { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    CushionDirection

    Declaration
    public Direction CushionDirection { get; set; }
    Property Value
    Type Description
    Direction

    CushionName

    Declaration
    public string CushionName { get; set; }
    Property Value
    Type Description
    System.String

    LinearBackstopOffset

    Declaration
    public Expression LinearBackstopOffset { get; }
    Property Value
    Type Description
    Expression

    LinearCamBodies

    Declaration
    public SelectDisplayableObjectList LinearCamBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    LinearDirection

    Declaration
    public Direction LinearDirection { get; set; }
    Property Value
    Type Description
    Direction

    LinearDriveBodies

    Declaration
    public SelectDisplayableObjectList LinearDriveBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    MotionDistance

    Declaration
    public double MotionDistance { get; set; }
    Property Value
    Type Description
    System.Double

    PredefinedHydraulicOption

    Declaration
    public DefineCamBuilder.PredefinedHydraulicOptions PredefinedHydraulicOption { get; set; }
    Property Value
    Type Description
    DefineCamBuilder.PredefinedHydraulicOptions

    PressStartAngle

    Declaration
    public double PressStartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    PressStopAngle

    Declaration
    public double PressStopAngle { get; set; }
    Property Value
    Type Description
    System.Double

    ReturnStartAngle

    Declaration
    public double ReturnStartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    ReturnStopAngle

    Declaration
    public double ReturnStopAngle { get; set; }
    Property Value
    Type Description
    System.Double

    RockerAxisBackstopOffset

    Declaration
    public Expression RockerAxisBackstopOffset { get; }
    Property Value
    Type Description
    Expression

    RockerAxisDirection

    Declaration
    public Axis RockerAxisDirection { get; set; }
    Property Value
    Type Description
    Axis

    RockerCamBodies

    Declaration
    public SelectDisplayableObjectList RockerCamBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    RockerCamDirection

    Declaration
    public Direction RockerCamDirection { get; set; }
    Property Value
    Type Description
    Direction

    RockerCamRockerBodies

    Declaration
    public SelectDisplayableObjectList RockerCamRockerBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    RockerDriveBodies

    Declaration
    public SelectDisplayableObjectList RockerDriveBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    RotaryBackstopOffset

    Declaration
    public Expression RotaryBackstopOffset { get; }
    Property Value
    Type Description
    Expression

    RotaryCamBodies

    Declaration
    public SelectDisplayableObjectList RotaryCamBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    RotaryDirection

    Declaration
    public Axis RotaryDirection { get; set; }
    Property Value
    Type Description
    Axis

    RotaryDriveBodies

    Declaration
    public SelectDisplayableObjectList RotaryDriveBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Type

    Declaration
    public DefineCamBuilder.Types Type { get; set; }
    Property Value
    Type Description
    DefineCamBuilder.Types

    Methods

    DeleteCushion(String)

    Declaration
    public void DeleteCushion(string cushionName)
    Parameters
    Type Name Description
    System.String cushionName

    DeleteLinearCam(String)

    Declaration
    public void DeleteLinearCam(string camName)
    Parameters
    Type Name Description
    System.String camName

    DeleteRockerCam(String)

    Declaration
    public void DeleteRockerCam(string camName)
    Parameters
    Type Name Description
    System.String camName

    DeleteRotaryCam(String)

    Declaration
    public void DeleteRotaryCam(string camName)
    Parameters
    Type Name Description
    System.String camName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX