C# Class SampleCsRhinoScriptExtension.SampleCsRhinoScriptUtils

显示文件 Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Public Methods

Method Description
ConvertToOn3dPoint ( object pointObj, On3dPoint &point ) : bool

Convert an object to an On3dPoint

ConvertToOn3dPointArray ( object pointsObj, On3dPointArray &points ) : bool

Convert an object to an On3dPointArray

Method Details

ConvertToOn3dPoint() public static method

Convert an object to an On3dPoint
public static ConvertToOn3dPoint ( object pointObj, On3dPoint &point ) : bool
pointObj object
point On3dPoint
return bool

ConvertToOn3dPointArray() public static method

Convert an object to an On3dPointArray
public static ConvertToOn3dPointArray ( object pointsObj, On3dPointArray &points ) : bool
pointsObj object
points On3dPointArray
return bool