Search Results for

    Show / Hide Table of Contents

    Class StepCreator

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseCreator
    StepCreator
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseCreator.DatasetName
    BaseCreator.ExportDestination
    BaseCreator.OutputFile
    BaseCreator.OutputFileExtension
    DexBuilder.ProcessHoldFlag
    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 StepCreator : BaseCreator, IMessageSink, IComponentBuilder

    Constructors

    StepCreator()

    Declaration
    protected StepCreator()

    Properties

    AssemblyValidationProperties

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

    Author

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

    Authorization

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

    BsplineTol

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

    CloudOfPointsProperties

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

    ColorAndLayers

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

    Company

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

    Description

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

    EntityNames

    Declaration
    public StepCreator.EntityNameOption EntityNames { get; set; }
    Property Value
    Type Description
    StepCreator.EntityNameOption

    ExportAs

    Declaration
    public StepCreator.ExportAsOption ExportAs { get; set; }
    Property Value
    Type Description
    StepCreator.ExportAsOption

    ExportConvergentAs

    Declaration
    public StepCreator.ExportConvergentAsOption ExportConvergentAs { get; set; }
    Property Value
    Type Description
    StepCreator.ExportConvergentAsOption

    ExportExtRef

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

    ExportExtRefStructureAs

    Declaration
    public StepCreator.ExternalReferenceStructureOption ExportExtRefStructureAs { get; set; }
    Property Value
    Type Description
    StepCreator.ExternalReferenceStructureOption

    ExportFrom

    Declaration
    public StepCreator.ExportFromOption ExportFrom { get; set; }
    Property Value
    Type Description
    StepCreator.ExportFromOption

    ExportSelectionBlock

    Declaration
    public ObjectSelector ExportSelectionBlock { get; }
    Property Value
    Type Description
    ObjectSelector

    ExportSolidsAndSurfacesAs

    Declaration
    public StepCreator.ExportSolidsAndSurfacesAsOption ExportSolidsAndSurfacesAs { get; set; }
    Property Value
    Type Description
    StepCreator.ExportSolidsAndSurfacesAsOption

    FileSaveFlag

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

    GeometricValidationProperties

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

    InputFile

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

    KinematicApp

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

    LayerMask

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

    ObjectTypes

    Declaration
    public ObjectTypeSelector ObjectTypes { get; }
    Property Value
    Type Description
    ObjectTypeSelector

    PMIValidationProperties

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

    SettingsFile

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

    SystemAttributes

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

    UserDefinedAttributes

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

    ValidationProperties

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

    Methods

    SaveSettings(String)

    Declaration
    public void SaveSettings(string filename)
    Parameters
    Type Name Description
    System.String filename

    Implements

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