Search Results for

    Show / Hide Table of Contents

    Class ViewWorkflowBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewWorkflowBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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.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
    System.Boolean

    BorderColor

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

    CursorTracking

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

    DisplayBorders

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

    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
    System.Boolean

    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
    System.Int32

    LoadComponentsOnDemand

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

    OnLegacyViewUpdate

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

    OnViewSelection

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

    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
    System.Boolean

    UseLineAntialiasing

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

    UseTranslucency

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

    Methods

    Validate()

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

    Implements

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