Class HatchFillSettingsBuilder
Inheritance
HatchFillSettingsBuilder
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
AnnotationType
Declaration
public HatchFillSettingsBuilder.AnnotationTypes AnnotationType { get; set; }
Property Value
ApplyToAllFromSameComp
Declaration
public bool ApplyToAllFromSameComp { get; set; }
Property Value
AreafillAngle
Declaration
public double AreafillAngle { get; set; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
CrosshatchFile
Declaration
public string CrosshatchFile { get; set; }
Property Value
Distance
Declaration
public double Distance { get; set; }
Property Value
Material
Declaration
public AreaFillMaterial Material { get; set; }
Property Value
Pattern
Declaration
public string Pattern { get; set; }
Property Value
Scale
Declaration
public double Scale { get; set; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Width
Declaration
public LineWidth Width { get; set; }
Property Value
Methods
FindCrosshatchFile(string)
Declaration
public string FindCrosshatchFile(string identifier)
Parameters
Type |
Name |
Description |
string |
identifier |
|
Returns
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink