Class CylindricalPatternBuilder
Inheritance
CylindricalPatternBuilder
Assembly: NXOpen.dll
Syntax
public class CylindricalPatternBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
CylindricalPatternBuilder()
Declaration
protected CylindricalPatternBuilder()
Properties
CenterAndOrientation
Declaration
public CartesianCoordinateSystem CenterAndOrientation { get; set; }
Property Value
Diameter
Declaration
public Expression Diameter { get; }
Property Value
Height
Declaration
public Expression Height { get; }
Property Value
NumberOfCellsAroundCircumference
Declaration
public int NumberOfCellsAroundCircumference { get; set; }
Property Value
NumberOfCellsAroundCircumferenceExp
Declaration
public Expression NumberOfCellsAroundCircumferenceExp { get; }
Property Value
NumberOfRadialLayers
Declaration
public int NumberOfRadialLayers { get; set; }
Property Value
NumberOfRadialLayersExp
Declaration
public Expression NumberOfRadialLayersExp { get; }
Property Value
UnitCellBody
Declaration
public ScCollector UnitCellBody { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink