Search Results for

    Show / Hide Table of Contents

    Class ViewVolumeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ViewVolumeBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class ViewVolumeBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ViewVolumeBuilder()

    Declaration
    protected ViewVolumeBuilder()

    Properties

    ColorFOV

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

    ColorROI

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

    CreateROI

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

    Depth

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

    DistanceToBox

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

    Height

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

    HorizontalOffset

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

    SelectVisionDevice

    Declaration
    public SelectFeature SelectVisionDevice { get; }
    Property Value
    Type Description
    SelectFeature

    TranslucencyFOV

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

    TranslucencyROI

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

    VerticalOffset

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

    VisionDeviceType

    Declaration
    public ViewVolumeBuilder.VisionDeviceTypes VisionDeviceType { get; set; }
    Property Value
    Type Description
    ViewVolumeBuilder.VisionDeviceTypes

    Width

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

    Implements

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