Search Results for

    Show / Hide Table of Contents

    Class ViewWorkflowBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewWorkflowBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewWorkflowBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewWorkflowBuilder()

    Declaration
    protected ViewWorkflowBuilder()

    Properties

    ActiveSketchViewColor

    Declaration
    public NXColor ActiveSketchViewColor { get; set; }
    Property Value
    Type Description
    NXColor

    AssociativeAlignment

    Declaration
    public bool AssociativeAlignment { get; set; }
    Property Value
    Type Description
    bool

    BorderColor

    Declaration
    public NXColor BorderColor { get; set; }
    Property Value
    Type Description
    NXColor

    CursorTracking

    Declaration
    public bool CursorTracking { get; set; }
    Property Value
    Type Description
    bool

    DisplayBorders

    Declaration
    public bool DisplayBorders { get; set; }
    Property Value
    Type Description
    bool

    EnableSmoothEdgesForLWView

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Replacement is not needed. We recommend removing this call from existing programs.")]
    public bool EnableSmoothEdgesForLWView { get; set; }
    Property Value
    Type Description
    bool

    FaceDisplay

    Declaration
    public ViewWorkflowBuilder.Display FaceDisplay { get; set; }
    Property Value
    Type Description
    ViewWorkflowBuilder.Display

    HandlingBodies

    Declaration
    [Obsolete("Deprecated in NX9.0.3.  Use NXOpen.Drawings.ViewWorkflowBuilder.HandlingBodiesTypes instead.")]
    public ViewWorkflowBuilder.Handlingbodies HandlingBodies { get; set; }
    Property Value
    Type Description
    ViewWorkflowBuilder.Handlingbodies

    HandlingBodiesTypes

    Declaration
    public ViewWorkflowBuilder.HandlingBodiesType HandlingBodiesTypes { get; set; }
    Property Value
    Type Description
    ViewWorkflowBuilder.HandlingBodiesType

    LargeAssemblyStepThreshold

    Declaration
    public int LargeAssemblyStepThreshold { get; set; }
    Property Value
    Type Description
    int

    LoadComponentsOnDemand

    Declaration
    public bool LoadComponentsOnDemand { get; set; }
    Property Value
    Type Description
    bool

    OnLegacyViewUpdate

    Declaration
    public bool OnLegacyViewUpdate { get; set; }
    Property Value
    Type Description
    bool

    OnViewSelection

    Declaration
    public bool OnViewSelection { get; set; }
    Property Value
    Type Description
    bool

    PreviewStyle

    Declaration
    public ViewWorkflowBuilder.Style PreviewStyle { get; set; }
    Property Value
    Type Description
    ViewWorkflowBuilder.Style

    SelectGeometryProjectedAsArcs

    Declaration
    public ViewWorkflowBuilder.Splarcs SelectGeometryProjectedAsArcs { get; set; }
    Property Value
    Type Description
    ViewWorkflowBuilder.Splarcs

    ShowFacetEdges

    Declaration
    public bool ShowFacetEdges { get; set; }
    Property Value
    Type Description
    bool

    UseLineAntialiasing

    Declaration
    public bool UseLineAntialiasing { get; set; }
    Property Value
    Type Description
    bool

    UseTranslucency

    Declaration
    public bool UseTranslucency { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX