Class PolygonPattern
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class PolygonPattern : TaggedObject, IMessageSink, IComponentBuilder
Constructors
PolygonPattern()
Declaration
protected PolygonPattern()
Properties
Flip
Declaration
public bool Flip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HorizontalRef
Declaration
public HorizontalReference HorizontalRef { get; }
Property Value
Type | Description |
---|---|
HorizontalReference |
NumberOfSides
Declaration
public Expression NumberOfSides { get; }
Property Value
Type | Description |
---|---|
Expression |
PolygonSizeOption
Declaration
public PolygonPattern.SizeOptions PolygonSizeOption { get; set; }
Property Value
Type | Description |
---|---|
PolygonPattern.SizeOptions |
PolygonSpacing
Declaration
public PolygonPatternSpacing PolygonSpacing { get; }
Property Value
Type | Description |
---|---|
PolygonPatternSpacing |
RadialSpacing
Declaration
public DistancePatternSpacing RadialSpacing { get; }
Property Value
Type | Description |
---|---|
DistancePatternSpacing |
RotationAxis
Declaration
public Axis RotationAxis { get; set; }
Property Value
Type | Description |
---|---|
Axis |
RotationCenter
Declaration
public Point RotationCenter { get; set; }
Property Value
Type | Description |
---|---|
Point |
UseRadialDirectionToggle
Declaration
public bool UseRadialDirectionToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink