Search Results for

    Show / Hide Table of Contents

    Class HatchFillSettingsBuilder

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

    Constructors

    HatchFillSettingsBuilder()

    Declaration
    protected HatchFillSettingsBuilder()

    Properties

    Angle

    Declaration
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double

    AnnotationType

    Declaration
    public HatchFillSettingsBuilder.AnnotationTypes AnnotationType { get; set; }
    Property Value
    Type Description
    HatchFillSettingsBuilder.AnnotationTypes

    ApplyToAllFromSameComp

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

    AreafillAngle

    Declaration
    public double AreafillAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Color

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

    CrosshatchFile

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

    Distance

    Declaration
    public double Distance { get; set; }
    Property Value
    Type Description
    System.Double

    Material

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

    Pattern

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

    Scale

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    System.Double

    Tolerance

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

    Width

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

    Methods

    FindCrosshatchFile(String)

    Declaration
    public string FindCrosshatchFile(string identifier)
    Parameters
    Type Name Description
    System.String identifier
    Returns
    Type Description
    System.String

    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