C# 클래스 GeometryGym.Ifc.IfcAlignment2DSegment

상속: BaseClassIfc
파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC 1 사용 예제들

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string
IfcAlignment2DSegment ( ) : System
IfcAlignment2DSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag ) : System
IfcAlignment2DSegment ( IfcAlignment2DSegment s ) : System
parseFields ( IfcAlignment2DSegment a, List arrFields, int &ipos ) : void
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcAlignment2DSegment() 보호된 메소드

protected IfcAlignment2DSegment ( ) : System
리턴 System

IfcAlignment2DSegment() 보호된 메소드

protected IfcAlignment2DSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag ) : System
m DatabaseIfc
tangential bool
startTag string
endTag string
리턴 System

IfcAlignment2DSegment() 보호된 메소드

protected IfcAlignment2DSegment ( IfcAlignment2DSegment s ) : System
s IfcAlignment2DSegment
리턴 System

parseFields() 보호된 정적인 메소드

protected static parseFields ( IfcAlignment2DSegment a, List arrFields, int &ipos ) : void
a IfcAlignment2DSegment
arrFields List
ipos int
리턴 void

setJSON() 보호된 메소드

protected setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void
obj Newtonsoft.Json.Linq.JObject
host BaseClassIfc
prime List
리턴 void