Class DatabaseGeometry
- Namespace
- StruSoft.Interop.StruXml.Data
- Assembly
- FemDesign.Core.dll
public class DatabaseGeometry
- Inheritance
-
DatabaseGeometry
- Inherited Members
-
- Extension Methods
-
Constructors
DatabaseGeometry()
public DatabaseGeometry()
Properties
Angle_dimension
public List<Dimangle_type> Angle_dimension { get; set; }
Property Value
- List<Dimangle_type>
Arc_dimension
public List<Dimarc_type> Arc_dimension { get; set; }
Property Value
- List<Dimarc_type>
Curve
public List<Curve_type> Curve { get; set; }
Property Value
- List<Curve_type>
Diameter_dimension
public List<Dimdiam_type> Diameter_dimension { get; set; }
Property Value
- List<Dimdiam_type>
Layer
public List<Layer_type> Layer { get; set; }
Property Value
- List<Layer_type>
Level_dimension
public List<Dimfloor_type> Level_dimension { get; set; }
Property Value
- List<Dimfloor_type>
Line_type
public List<Linetype_type> Line_type { get; set; }
Property Value
- List<Linetype_type>
Linear_dimension
public List<Dimline_type> Linear_dimension { get; set; }
Property Value
- List<Dimline_type>
Point
public List<Point_type> Point { get; set; }
Property Value
- List<Point_type>
Radius_dimension
public List<Dimradius_type> Radius_dimension { get; set; }
Property Value
- List<Dimradius_type>
Region
public List<Drawing_region_type> Region { get; set; }
Property Value
- List<Drawing_region_type>
Solid
public List<Solid_type> Solid { get; set; }
Property Value
- List<Solid_type>
Text
public List<Text_type> Text { get; set; }
Property Value
- List<Text_type>