Search Results for

    Show / Hide Table of Contents

    Class HatchStyleBuilder

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

    Constructors

    HatchStyleBuilder()

    Declaration
    protected HatchStyleBuilder()

    Properties

    AreaFillAngle

    Declaration
    public double AreaFillAngle { get; set; }
    Property Value
    Type Description
    double

    AreaFillMaterial

    Declaration
    public AreaFillMaterial AreaFillMaterial { get; set; }
    Property Value
    Type Description
    AreaFillMaterial

    AreaFillScale

    Declaration
    public double AreaFillScale { get; set; }
    Property Value
    Type Description
    double

    AutoTextIsland

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

    Color

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

    FindApparentIntersections

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

    HatchAngle

    Declaration
    public double HatchAngle { get; set; }
    Property Value
    Type Description
    double

    HatchDistance

    Declaration
    public double HatchDistance { get; set; }
    Property Value
    Type Description
    double

    HatchFile

    Declaration
    public string HatchFile { get; set; }
    Property Value
    Type Description
    string

    HatchMaterial

    Declaration
    public string HatchMaterial { get; set; }
    Property Value
    Type Description
    string

    IslandMargin

    Declaration
    public double IslandMargin { get; set; }
    Property Value
    Type Description
    double

    LineWidth

    Declaration
    public LineWidth LineWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    Tolerance

    Declaration
    public double Tolerance { get; set; }
    Property Value
    Type Description
    double

    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