Show / Hide Table of Contents

Class ExportToThreeJs

Inheritance
System.Object
ExportToThreeJs
Inherited Members
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)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class ExportToThreeJs

Constructors

| Improve this Doc View Source

ExportToThreeJs(Model, Double)

Declaration
public ExportToThreeJs(Model m, double precision)
Parameters
Type Name Description
Model m
System.Double precision

Fields

| Improve this Doc View Source

ExportEdges

Declaration
public bool ExportEdges
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ExportTextAsTriangles

Declaration
public bool ExportTextAsTriangles
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ExportUserData

Declaration
public bool ExportUserData
Field Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ToJSON(Boolean)

Declaration
public string ToJSON(bool escapeQuote = true)
Parameters
Type Name Description
System.Boolean escapeQuote
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX