C# Class SolidworksAddinFramework.Geometry.PointParam

显示文件 Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Public Properties

Property Type Description
Point System.Vector3
T double

Public Methods

Method Description
PointParam ( System.Vector3 point, double t ) : System

Method Details

PointParam() public method

public PointParam ( System.Vector3 point, double t ) : System
point System.Vector3
t double
return System

Property Details

Point public_oe property

public Vector3,System Point
return System.Vector3

T public_oe property

public double T
return double