Class MeshPrismGridOptions
Inheritance
System.Object
MeshPrismGridOptions
Assembly: Sylves.dll
Syntax
public class MeshPrismGridOptions : MeshGridOptions
Constructors
MeshPrismGridOptions()
Declaration
public MeshPrismGridOptions()
MeshPrismGridOptions(MeshPrismGridOptions)
Declaration
public MeshPrismGridOptions(MeshPrismGridOptions other)
Parameters
Properties
LayerHeight
Declaration
public float LayerHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
LayerOffset
Declaration
public float LayerOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxLayer
Declaration
public int MaxLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinLayer
Declaration
public int MinLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SmoothNormals
Declaration
public bool SmoothNormals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|