Search Results for

    Show / Hide Table of Contents

    Class CamProfileDocumentationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CamProfileDocumentationBuilder
    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.Mechatronics
    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
    Type Description
    CamProfileDocumentationBuilder.CurveTypes

    CreateXYAxis

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

    DocumentPartType

    Declaration
    public CamProfileDocumentationBuilder.PartTypes DocumentPartType { get; set; }
    Property Value
    Type Description
    CamProfileDocumentationBuilder.PartTypes

    Name

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

    Point

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

    RadialCurveBaseRadius

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

    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
    Type Description
    NXColor

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX