Show / Hide Table of Contents

Class MeshPrismGridOptions

Inheritance
System.Object
MeshGridOptions
MeshPrismGridOptions
Inherited Members
MeshGridOptions.UseXZPlane
MeshGridOptions.InvertWinding
MeshGridOptions.DoubleOddFaces
MeshGridOptions.Tolerance
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class MeshPrismGridOptions : MeshGridOptions

Constructors

MeshPrismGridOptions()

Declaration
public MeshPrismGridOptions()

MeshPrismGridOptions(MeshPrismGridOptions)

Declaration
public MeshPrismGridOptions(MeshPrismGridOptions other)
Parameters
Type Name Description
MeshPrismGridOptions other

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
In This Article
Back to top Generated by DocFX