Class HatchFillSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
HatchFillSettingsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
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
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
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
Methods
FindCrosshatchFile(String)
Declaration
public string FindCrosshatchFile(string identifier)
Parameters
Type |
Name |
Description |
System.String |
identifier |
|
Returns
Type |
Description |
System.String |
|
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink