Search Results for

    Show / Hide Table of Contents

    Class StoneImpingementBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    StoneImpingementBuilder
    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.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class StoneImpingementBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    StoneImpingementBuilder()

    Declaration
    protected StoneImpingementBuilder()

    Properties

    AngleIncrementDimension

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

    ApplyColorsForIntervalAreas

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

    AxleCenter

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

    AxleCenterType

    Declaration
    public StoneImpingementBuilder.Type AxleCenterType { get; set; }
    Property Value
    Type Description
    StoneImpingementBuilder.Type

    BlockingFaces

    Declaration
    public ScCollector BlockingFaces { get; }
    Property Value
    Type Description
    ScCollector

    BodyFaces

    Declaration
    public ScCollector BodyFaces { get; }
    Property Value
    Type Description
    ScCollector

    ContourAngle

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

    CrosshatchIntervalAreas

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

    EndAngleDimension

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

    FreeTireDiameter

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

    FullTreadWidth

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

    GroundPlane

    Declaration
    public Plane GroundPlane { get; set; }
    Property Value
    Type Description
    Plane

    MinimumLengthExp

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

    MinimumLengthOptions

    Declaration
    public StoneImpingementBuilder.MinimumLengthOptionsType MinimumLengthOptions { get; set; }
    Property Value
    Type Description
    StoneImpingementBuilder.MinimumLengthOptionsType

    MinimumLengthPoint

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

    ShowContourOnFace

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

    ShowOuterTireCurves

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

    ShowRegion

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

    ShowStonePaths

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

    StartAngleDimension

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

    StaticLoadRadius

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

    TirePatchWidth

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

    UseMinimumLength

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

    Methods

    CreateAxleCenterPointFromBaseData()

    Declaration
    public Point CreateAxleCenterPointFromBaseData()
    Returns
    Type Description
    Point

    Legend()

    Declaration
    public void Legend()

    RevertData()

    Declaration
    public void RevertData()

    SetIntervalAreasColor(int[])

    Declaration
    public void SetIntervalAreasColor(int[] colors)
    Parameters
    Type Name Description
    int[] colors

    SetIntervalAreasColorLoc(int, int)

    Declaration
    public void SetIntervalAreasColorLoc(int nLoc, int color)
    Parameters
    Type Name Description
    int nLoc
    int color

    Implements

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