C# 클래스 SpaceClaim.AddInLibrary.DebugExtensions

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

공개 메소드들

메소드 설명
GetDebugString ( Object obj ) : string
Print ( this curve, Part part = null ) : void
Print ( this bodies, Part part = null ) : void
Print ( this curves, Part part = null ) : void
Print ( this curves, Part part = null ) : void
Print ( this points, Part part = null ) : void

메소드 상세

GetDebugString() 공개 정적인 메소드

public static GetDebugString ( Object obj ) : string
obj Object
리턴 string

Print() 공개 정적인 메소드

public static Print ( this curve, Part part = null ) : void
curve this
part Part
리턴 void

Print() 공개 정적인 메소드

public static Print ( this bodies, Part part = null ) : void
bodies this
part Part
리턴 void

Print() 공개 정적인 메소드

public static Print ( this curves, Part part = null ) : void
curves this
part Part
리턴 void

Print() 공개 정적인 메소드

public static Print ( this curves, Part part = null ) : void
curves this
part Part
리턴 void

Print() 공개 정적인 메소드

public static Print ( this points, Part part = null ) : void
points this
part Part
리턴 void