Search Results for

    Show / Hide Table of Contents

    Class FeatureGeneralPropertiesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureGeneralPropertiesBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class FeatureGeneralPropertiesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FeatureGeneralPropertiesBuilder()

    Declaration
    protected FeatureGeneralPropertiesBuilder()

    Properties

    ApplyToWorkPart

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

    FeatureName

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

    FeatureObject

    Declaration
    public NXObject FeatureObject { get; set; }
    Property Value
    Type Description
    NXObject

    GeneralName

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

    GeneralObject

    Declaration
    public NXObject GeneralObject { get; set; }
    Property Value
    Type Description
    NXObject

    NameLocationSpecified

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

    SelectedObjects

    Declaration
    public SelectNXObjectList SelectedObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Methods

    DeleteFeatureName()

    Declaration
    public void DeleteFeatureName()

    DeleteGeneralName()

    Declaration
    public void DeleteGeneralName()

    GetNameLocation()

    Declaration
    public Point3d GetNameLocation()
    Returns
    Type Description
    Point3d

    SetNameLocation(Point3d)

    Declaration
    public void SetNameLocation(Point3d nameLocation)
    Parameters
    Type Name Description
    Point3d nameLocation

    Implements

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