Class ExportStep
Inheritance
System.Object
ExportStep
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()
Assembly: CADability.dll
Syntax
Constructors
|
Improve this Doc
View Source
ExportStep()
Declaration
Fields
|
Improve this Doc
View Source
EdgeToDefInd
Declaration
public Dictionary<Edge, int> EdgeToDefInd
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<Edge, System.Int32> |
|
|
Improve this Doc
View Source
StyledItems
Declaration
public Dictionary<ColorDef, int> StyledItems
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<ColorDef, System.Int32> |
|
|
Improve this Doc
View Source
VertexToDefInd
Declaration
public Dictionary<Vertex, int> VertexToDefInd
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<Vertex, System.Int32> |
|
Properties
|
Improve this Doc
View Source
Precision
Declaration
public double Precision { get; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
|
Improve this Doc
View Source
ToString(Double)
Declaration
public string ToString(double d)
Parameters
| Type |
Name |
Description |
| System.Double |
d |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
WriteAxis1Placement3d(GeoPoint, GeoVector)
Declaration
public int WriteAxis1Placement3d(GeoPoint location, GeoVector normal)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
WriteAxis2Placement3d(GeoPoint, GeoVector, GeoVector)
Declaration
public int WriteAxis2Placement3d(GeoPoint location, GeoVector normal, GeoVector xdir)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
WriteDefinition(String)
Declaration
public int WriteDefinition(string s)
Parameters
| Type |
Name |
Description |
| System.String |
s |
|
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
WriteToFile(String, Project)
Declaration
public void WriteToFile(string fileName, Project pr)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
| Project |
pr |
|