C# Class SpaceClaim.AddInLibrary.DebugExtensions

显示文件 Open project: bcourter/SpaceClaim-AddIns

Public Methods

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

Method Details

GetDebugString() public static method

public static GetDebugString ( Object obj ) : string
obj Object
return string

Print() public static method

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

Print() public static method

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

Print() public static method

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

Print() public static method

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

Print() public static method

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