Class BoundedGridBuilder
Inheritance
BoundedGridBuilder
Assembly: NXOpen.dll
Syntax
public class BoundedGridBuilder : GridBuilder, IMessageSink, IComponentBuilder
Constructors
BoundedGridBuilder()
Declaration
protected BoundedGridBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
LabelReference
Declaration
public BoundedGridBuilder.LabelReferenceType LabelReference { get; set; }
Property Value
LocalOrigin
Declaration
public Point3d LocalOrigin { get; set; }
Property Value
SectionCurveSettings
Declaration
public SectionCurveSettingsBuilder SectionCurveSettings { get; }
Property Value
ShowLabel
Declaration
public BoundedGridBuilder.ShowLabelType ShowLabel { get; set; }
Property Value
Methods
GetCornerPoints(out Point3d, out Point3d, out Point3d, out Point3d)
Declaration
public bool GetCornerPoints(out Point3d point1, out Point3d point2, out Point3d point3, out Point3d point4)
Parameters
Returns
SaveCurves(string)
Declaration
public void SaveCurves(string groupName)
Parameters
Type |
Name |
Description |
string |
groupName |
|
SetCornerPoints(Point3d, Point3d, Point3d, Point3d)
Declaration
public bool SetCornerPoints(Point3d point1, Point3d point2, Point3d point3, Point3d point4)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink