Class HatchStyleBuilder
Inheritance
System.Object
System.MarshalByRefObject
HatchStyleBuilder
Inherited Members
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 HatchStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
HatchStyleBuilder()
Declaration
protected HatchStyleBuilder()
Properties
AreaFillAngle
Declaration
public double AreaFillAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AreaFillMaterial
Declaration
public AreaFillMaterial AreaFillMaterial { get; set; }
Property Value
Type | Description |
---|---|
AreaFillMaterial |
AreaFillScale
Declaration
public double AreaFillScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AutoTextIsland
Declaration
public bool AutoTextIsland { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Color
Declaration
public NXColor Color { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
FindApparentIntersections
Declaration
public bool FindApparentIntersections { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HatchAngle
Declaration
public double HatchAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HatchDistance
Declaration
public double HatchDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HatchFile
Declaration
public string HatchFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HatchMaterial
Declaration
public string HatchMaterial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IslandMargin
Declaration
public double IslandMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LineWidth
Declaration
public LineWidth LineWidth { get; set; }
Property Value
Type | Description |
---|---|
LineWidth |
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink