C# Class CyPhy2CAD_CSharp.DataRep.CADGeometry

ファイルを表示 Open project: metamorph-inc/meta-core Class Usage Examples

Public Properties

Property Type Description
GeometryFeatures List

Public Methods

Method 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

Method 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 method

public CADGeometry ( ) : System
return System

CreateGeometry() public static method

public static CreateGeometry ( ISIS.GME.Dsml.CyPhyML.Interfaces geometryBase ) : CADGeometry
geometryBase ISIS.GME.Dsml.CyPhyML.Interfaces
return CADGeometry

CreateGeometryFeature() public method

public CreateGeometryFeature ( string>.List featureList ) : void
featureList string>.List
return void

CreateGeometryFeature() public method

public CreateGeometryFeature ( string featureName, string componentID ) : void
featureName string
componentID string
return void

FindByRole() public static method

public static FindByRole ( MgaModel mgaModel, string roleName ) : List
mgaModel MgaModel
roleName string
return List

SetGeometryType() public method

public SetGeometryType ( string type ) : void
type string
return void

ToCADXMLOutput() public method

public ToCADXMLOutput ( ) : CAD.GeometryType
return CAD.GeometryType

Property Details

GeometryFeatures public_oe property

public List GeometryFeatures
return List