C# 클래스 CyPhy2CAD_CSharp.DataRep.CADGeometry

파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GeometryFeatures List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CADGeometry() 공개 메소드

public CADGeometry ( ) : System
리턴 System

CreateGeometry() 공개 정적인 메소드

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

CreateGeometryFeature() 공개 메소드

public CreateGeometryFeature ( string>.List featureList ) : void
featureList string>.List
리턴 void

CreateGeometryFeature() 공개 메소드

public CreateGeometryFeature ( string featureName, string componentID ) : void
featureName string
componentID string
리턴 void

FindByRole() 공개 정적인 메소드

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

SetGeometryType() 공개 메소드

public SetGeometryType ( string type ) : void
type string
리턴 void

ToCADXMLOutput() 공개 메소드

public ToCADXMLOutput ( ) : CAD.GeometryType
리턴 CAD.GeometryType

프로퍼티 상세

GeometryFeatures 공개적으로 프로퍼티

public List GeometryFeatures
리턴 List