NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Display.PlaneGridBuilder Class Reference

Represents the builder for adding a bounded grid NXOpen.Display.PlaneGrid to a plane. More...

Inheritance diagram for NXOpen.Display.PlaneGridBuilder:
NXOpen.Display.BoundedGridBuilder NXOpen.Display.GridBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe NXOpen.Plane Plane [get, set]
 Returns or sets the plane More...
 
- Properties inherited from NXOpen.Display.BoundedGridBuilder
unsafe bool Associative [get, set]
 Returns or sets the associative More...
 
unsafe
NXOpen.Display.BoundedGridBuilder.LabelReferenceType 
LabelReference [get, set]
 Returns or sets the label reference More...
 
unsafe NXOpen.Point3d LocalOrigin [get, set]
 Returns or sets the local origin More...
 
unsafe
NXOpen.Display.SectionCurveSettingsBuilder 
SectionCurveSettings [get]
 Returns the curve settings builder More...
 
unsafe
NXOpen.Display.BoundedGridBuilder.ShowLabelType 
ShowLabel [get, set]
 Returns or sets the show labels More...
 
- Properties inherited from NXOpen.Display.GridBuilder
unsafe NXOpen.NXColor LineColor [get, set]
 Returns or sets the line color More...
 
unsafe double MajorLineSpacing [get, set]
 Returns or sets the major line spacing More...
 
unsafe
NXOpen.Display.GridBuilder.LineStyleType 
MajorLineStyle [get, set]
 Returns or sets the major line style More...
 
unsafe
NXOpen.Display.GridBuilder.LineWeightType 
MajorLineWeight [get, set]
 Returns or sets the major line weight More...
 
unsafe int MinorLinesPerMajor [get, set]
 Returns or sets the minor lines per major More...
 
unsafe
NXOpen.Display.GridBuilder.LineStyleType 
MinorLineStyle [get, set]
 Returns or sets the minor line style More...
 
unsafe
NXOpen.Display.GridBuilder.LineWeightType 
MinorLineWeight [get, set]
 Returns or sets the minor line weight More...
 
unsafe bool Show [get, set]
 Returns or sets the show More...
 
unsafe bool ShowMajorLines [get, set]
 Returns or sets the show major lines More...
 
unsafe bool ShowOnTop [get, set]
 Returns or sets the show on top More...
 
unsafe int SnapPointsPerMinor [get, set]
 Returns or sets the snap points per minor More...
 
unsafe bool SnapToGrid [get, set]
 Returns or sets the snap to grid More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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

- Public Types inherited from NXOpen.Display.BoundedGridBuilder
enum  LabelReferenceType { Local, Wcs, Absolute }
 Specifies label reference. More...
 
enum  ShowLabelType { Always, ParalleltoView, None }
 Specifies label option to be used for grid label display. More...
 
- Public Member Functions inherited from NXOpen.Display.BoundedGridBuilder
unsafe bool GetCornerPoints (out NXOpen.Point3d point1, out NXOpen.Point3d point2, out NXOpen.Point3d point3, out NXOpen.Point3d point4)
 Gets corner points of the grid More...
 
unsafe void SaveCurves (string groupName)
 Creates curves by intersecting the bounded grid with all bodies in the part of the grid object. More...
 
unsafe bool SetCornerPoints (NXOpen.Point3d point1, NXOpen.Point3d point2, NXOpen.Point3d point3, NXOpen.Point3d point4)
 Sets corner points of the grid More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the builder for adding a bounded grid NXOpen.Display.PlaneGrid to a plane.

To create a new instance of this class, use NXOpen.Display.GridCollection.CreatePlaneGridBuilder

Default values.

Property Value

Associative

1

LabelReference

Local

MajorLineSpacing

100 (millimeters part), 1 (inches part)

MajorLineStyle

Solid

MajorLineWeight

Normal

MinorLineStyle

Dashed

MinorLineWeight

Thin

MinorLinesPerMajor

1

Show

1

ShowLabel

Always

ShowMajorLines

1

ShowOnTop

0

SnapPointsPerMinor

1

SnapToGrid

0

Created in NX6.0.0

Property Documentation

unsafe NXOpen.Plane NXOpen.Display.PlaneGridBuilder.Plane
getset

Returns or sets the plane

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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