Search Results for

    Show / Hide Table of Contents

    Class GridTargetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GridTargetBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Features
    Assembly: NXOpen.dll
    Syntax
    public class GridTargetBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    GridTargetBuilder()

    Declaration
    protected GridTargetBuilder()

    Properties

    AngleIncrement

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

    BoundaryOffset

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

    DirectVision

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

    DisplayAngleValues

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

    DriverSideForGrid

    Declaration
    public GridTargetBuilder.GridDriverSide DriverSideForGrid { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.GridDriverSide

    EndAngle

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

    EndRadius

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

    GridLocation

    Declaration
    public GridTargetBuilder.GridLocations GridLocation { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.GridLocations

    GridPosition

    Declaration
    public GridTargetBuilder.GridPositions GridPosition { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.GridPositions

    GridReferencePoint

    Declaration
    public Point GridReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    GridType

    Declaration
    public GridTargetBuilder.GridTypes GridType { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.GridTypes

    GroundWidePoint

    Declaration
    public Point GroundWidePoint { get; set; }
    Property Value
    Type Description
    Point

    Loading

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

    RadiusIncrement

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

    RadLinesAngleIncrement

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

    ReferencePointMethod

    Declaration
    public GridTargetBuilder.GridPointSelectionType ReferencePointMethod { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.GridPointSelectionType

    ShowRadiatingLines

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

    ShowRectangularBoundary

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

    Standard

    Declaration
    public GridTargetBuilder.GridStandards Standard { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.GridStandards

    StartAngle

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

    StartDirection

    Declaration
    public Direction StartDirection { get; set; }
    Property Value
    Type Description
    Direction

    StartRadius

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

    TargetDistanceFar

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

    TargetDistanceInfinite

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

    TargetDistanceNear

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

    TargetDistanceRef

    Declaration
    public GridTargetBuilder.TargetDistanceReferences TargetDistanceRef { get; set; }
    Property Value
    Type Description
    GridTargetBuilder.TargetDistanceReferences

    TargetWidthFar

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

    TargetWidthInfinite

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

    TargetWidthNear

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

    UseLoadingSpecifiedStandard

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

    Methods

    CreateGroundWidePointForGrid()

    Declaration
    public Point CreateGroundWidePointForGrid()
    Returns
    Type Description
    Point

    CreateOuterGroundContactPoint()

    Declaration
    public Point CreateOuterGroundContactPoint()
    Returns
    Type Description
    Point

    Implements

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