NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.HatchFillSettingsBuilder Class Reference

This class is used to construct the Crosshatch and area Fill setting block . More...

Inheritance diagram for NXOpen.Annotations.HatchFillSettingsBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AnnotationTypes { Crosshatch, AreaFill }
 the valid types of hatch objects More...
 

Public Member Functions

unsafe string FindCrosshatchFile (string identifier)
 Finds the crosshatch file from pattern. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe double Angle [get, set]
 Returns or sets the angle More...
 
unsafe
NXOpen.Annotations.HatchFillSettingsBuilder.AnnotationTypes 
AnnotationType [get, set]
 Returns or sets the type of hatch object More...
 
unsafe bool ApplyToAllFromSameComp [get, set]
 Returns or sets the state to set this crosshatch settings to all same component crosshatches. More...
 
unsafe double AreafillAngle [get, set]
 Returns or sets the areafill angle More...
 
unsafe NXOpen.NXColor Color [get, set]
 Returns or sets the color More...
 
unsafe string CrosshatchFile [get, set]
 Returns or sets the crosshatch file More...
 
unsafe double Distance [get, set]
 Returns or sets the distance More...
 
unsafe
NXOpen.Annotations.AreaFillMaterial 
Material [get, set]
 Returns or sets the area fill material More...
 
unsafe string Pattern [get, set]
 Returns or sets the pattern More...
 
unsafe double Scale [get, set]
 Returns or sets the scale More...
 
unsafe double Tolerance [get, set]
 Returns or sets the tolerance More...
 
unsafe NXOpen.Annotations.LineWidth Width [get, set]
 Returns or sets the width More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class is used to construct the Crosshatch and area Fill setting block .

Created in NX7.5.0

Member Enumeration Documentation

the valid types of hatch objects

Enumerator
Crosshatch 

Crosshatch

AreaFill 

Area Fill

Member Function Documentation

unsafe string NXOpen.Annotations.HatchFillSettingsBuilder.FindCrosshatchFile ( string  identifier)
inline

Finds the crosshatch file from pattern.

May be blank if not found

Created in NX8.5.0

License requirements: None.

Parameters
identifier
Returns
unsafe bool NXOpen.Annotations.HatchFillSettingsBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe double NXOpen.Annotations.HatchFillSettingsBuilder.Angle
getset

Returns or sets the angle

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.HatchFillSettingsBuilder.AnnotationTypes NXOpen.Annotations.HatchFillSettingsBuilder.AnnotationType
getset

Returns or sets the type of hatch object

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.HatchFillSettingsBuilder.ApplyToAllFromSameComp
getset

Returns or sets the state to set this crosshatch settings to all same component crosshatches.

If true, it applies crosshatch settings on all of the current cut faces from the same component in all section views. If false, it applies crosshatch settings on selected crosshatch.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Annotations.HatchFillSettingsBuilder.AreafillAngle
getset

Returns or sets the areafill angle

Created in NX6.0.1

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.NXColor NXOpen.Annotations.HatchFillSettingsBuilder.Color
getset

Returns or sets the color

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe string NXOpen.Annotations.HatchFillSettingsBuilder.CrosshatchFile
getset

Returns or sets the crosshatch file

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Annotations.HatchFillSettingsBuilder.Distance
getset

Returns or sets the distance

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.AreaFillMaterial NXOpen.Annotations.HatchFillSettingsBuilder.Material
getset

Returns or sets the area fill material

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe string NXOpen.Annotations.HatchFillSettingsBuilder.Pattern
getset

Returns or sets the pattern

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Annotations.HatchFillSettingsBuilder.Scale
getset

Returns or sets the scale

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Annotations.HatchFillSettingsBuilder.Tolerance
getset

Returns or sets the tolerance

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.LineWidth NXOpen.Annotations.HatchFillSettingsBuilder.Width
getset

Returns or sets the width

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.