Class SketchPolygonBuilder
Inheritance
SketchPolygonBuilder
Assembly: NXOpen.dll
Syntax
public class SketchPolygonBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchPolygonBuilder()
Declaration
protected SketchPolygonBuilder()
Properties
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
CreateConstraint
Declaration
public bool CreateConstraint { get; set; }
Property Value
LengthDimension
Declaration
public Expression LengthDimension { get; }
Property Value
NumberOfSides
Declaration
public int NumberOfSides { get; set; }
Property Value
RadiusDimension
Declaration
public Expression RadiusDimension { get; }
Property Value
RotationDimension
Declaration
public Expression RotationDimension { get; }
Property Value
Size
Declaration
public SketchPolygonBuilder.SizeType Size { get; set; }
Property Value
SizePoint
Declaration
public Point SizePoint { get; set; }
Property Value
Methods
CreateAngleDimension(bool)
Declaration
public void CreateAngleDimension(bool createDim)
Parameters
Type |
Name |
Description |
bool |
createDim |
|
CreateLengthDimension(bool)
Declaration
public void CreateLengthDimension(bool createDim)
Parameters
Type |
Name |
Description |
bool |
createDim |
|
CreateRadiusDimension(bool)
Declaration
public void CreateRadiusDimension(bool createDim)
Parameters
Type |
Name |
Description |
bool |
createDim |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink