Search Results for

    Show / Hide Table of Contents

    Class CamBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PhysicsConstraintBuilder
    CouplingBuilder
    CamBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    CouplingBuilder.SetMasterAxisJoint(PhysicsJoint)
    CouplingBuilder.SetSlaveAxisJoint(PhysicsJoint)
    CouplingBuilder.AllowSlip
    CouplingBuilder.MasterAxisJoint
    CouplingBuilder.SlaveAxisJoint
    PhysicsConstraintBuilder.Name
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class CamBuilder : CouplingBuilder, IMessageSink, IComponentBuilder

    Constructors

    CamBuilder()

    Declaration
    protected CamBuilder()

    Properties

    AddCamDiskToMasterJointOption

    Declaration
    public CamBuilder.AddCamDiskToMasterOption AddCamDiskToMasterJointOption { get; set; }
    Property Value
    Type Description
    CamBuilder.AddCamDiskToMasterOption

    CamDiskRefPoint

    Declaration
    public Point CamDiskRefPoint { get; set; }
    Property Value
    Type Description
    Point

    CamDiskType

    Declaration
    public CamBuilder.CreateCamDiskType CamDiskType { get; set; }
    Property Value
    Type Description
    CamBuilder.CreateCamDiskType

    CamProfile

    Declaration
    public CamProfile CamProfile { get; set; }
    Property Value
    Type Description
    CamProfile

    CreateCamDisk

    Declaration
    public bool CreateCamDisk { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExtrudeLength

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

    LayerSettings

    Declaration
    public LayerSettingsBuilder LayerSettings { get; }
    Property Value
    Type Description
    LayerSettingsBuilder

    MasterAxisType

    Declaration
    public CamBuilder.AxisJointType MasterAxisType { get; set; }
    Property Value
    Type Description
    CamBuilder.AxisJointType

    MasterOffset

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

    MasterScaleFactor

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

    MotionProfile

    Declaration
    public MotionProfile MotionProfile { get; set; }
    Property Value
    Type Description
    MotionProfile

    RefPointOption

    Declaration
    public int RefPointOption { get; set; }
    Property Value
    Type Description
    System.Int32

    SlaveAxisType

    Declaration
    public CamBuilder.AxisJointType SlaveAxisType { get; set; }
    Property Value
    Type Description
    CamBuilder.AxisJointType

    SlaveOffset

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

    SlaveScaleFactor

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

    Methods

    AddCurveFeature(Feature)

    Declaration
    public void AddCurveFeature(Feature curveFeature)
    Parameters
    Type Name Description
    Feature curveFeature

    ExecuteCamDisk()

    Declaration
    public void ExecuteCamDisk()

    GetCurveFeatures()

    Declaration
    public Feature[] GetCurveFeatures()
    Returns
    Type Description
    Feature[]

    GetExtrudeFeature()

    Declaration
    public Feature GetExtrudeFeature()
    Returns
    Type Description
    Feature

    SetCurveFeatures(Feature[])

    Declaration
    public void SetCurveFeatures(Feature[] curveFeatures)
    Parameters
    Type Name Description
    Feature[] curveFeatures

    SetExtrudeFeature(Feature)

    Declaration
    public void SetExtrudeFeature(Feature extrudeFeature)
    Parameters
    Type Name Description
    Feature extrudeFeature

    UpdateCamDisk()

    Declaration
    public void UpdateCamDisk()

    Implements

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