C# Class CyPhy2CAD_CSharp.DataRep.CADGeometry

Afficher le fichier Open project: metamorph-inc/meta-core Class Usage Examples

Méthodes publiques

Свойство Type Description
GeometryFeatures List

Méthodes publiques

Méthode Description
CADGeometry ( ) : System
CreateGeometry ( ISIS.GME.Dsml.CyPhyML.Interfaces geometryBase ) : CADGeometry
CreateGeometryFeature ( string>.List featureList ) : void
CreateGeometryFeature ( string featureName, string componentID ) : void
FindByRole ( MgaModel mgaModel, string roleName ) : List
SetGeometryType ( string type ) : void
ToCADXMLOutput ( ) : CAD.GeometryType

Private Methods

Méthode Description
AddCircle ( ISIS.GME.Dsml.CyPhyML.Interfaces circle, string>.List featureList ) : bool
AddCylinder ( ISIS.GME.Dsml.CyPhyML.Interfaces cylinder, string>.List featureList ) : bool
AddExtrusion ( ISIS.GME.Dsml.CyPhyML.Interfaces extrusion, string>.List featureList ) : bool
AddFace ( ISIS.GME.Dsml.CyPhyML.Interfaces face, string>.List featureList, CADGeometry &type ) : bool
AddPolygon ( ISIS.GME.Dsml.CyPhyML.Interfaces polygon, string>.List featureList ) : bool
AddSphere ( ISIS.GME.Dsml.CyPhyML.Interfaces sphere, string>.List featureList ) : bool
CreateFeatureFromPoint ( ISIS.GME.Dsml.CyPhyML.Interfaces port, string>.List featureList ) : bool

Method Details

CADGeometry() public méthode

public CADGeometry ( ) : System
Résultat System

CreateGeometry() public static méthode

public static CreateGeometry ( ISIS.GME.Dsml.CyPhyML.Interfaces geometryBase ) : CADGeometry
geometryBase ISIS.GME.Dsml.CyPhyML.Interfaces
Résultat CADGeometry

CreateGeometryFeature() public méthode

public CreateGeometryFeature ( string>.List featureList ) : void
featureList string>.List
Résultat void

CreateGeometryFeature() public méthode

public CreateGeometryFeature ( string featureName, string componentID ) : void
featureName string
componentID string
Résultat void

FindByRole() public static méthode

public static FindByRole ( MgaModel mgaModel, string roleName ) : List
mgaModel MgaModel
roleName string
Résultat List

SetGeometryType() public méthode

public SetGeometryType ( string type ) : void
type string
Résultat void

ToCADXMLOutput() public méthode

public ToCADXMLOutput ( ) : CAD.GeometryType
Résultat CAD.GeometryType

Property Details

GeometryFeatures public_oe property

public List GeometryFeatures
Résultat List