Search Results for

    Show / Hide Table of Contents

    Class RotationSetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RotationSetBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    INXObject
    IComponentBuilder
    Inherited Members
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class RotationSetBuilder : TaggedObject, IMessageSink, INXObject, IComponentBuilder

    Constructors

    RotationSetBuilder()

    Declaration
    protected RotationSetBuilder()

    Properties

    IsOccurrence

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

    JournalIdentifier

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

    Location

    Declaration
    public OnPathDimensionBuilder Location { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    Name

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

    OwningComponent

    Declaration
    public Component OwningComponent { get; }
    Property Value
    Type Description
    Component

    OwningPart

    Declaration
    public BasePart OwningPart { get; }
    Property Value
    Type Description
    BasePart

    Prototype

    Declaration
    public INXObject Prototype { get; }
    Property Value
    Type Description
    INXObject

    Value

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

    Methods

    FindObject(String)

    Declaration
    public INXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    INXObject

    Print()

    Declaration
    public void Print()

    ResetExtraData()

    Declaration
    public void ResetExtraData()

    SetName(String)

    Declaration
    public void SetName(string name)
    Parameters
    Type Name Description
    System.String name

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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