C# Class SolidworksAddinFramework.SurfaceExtensions

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetClosestPointOnTs ( this surface, System.Vector3 p ) : PointUv

Gets the closest point on a surface to the input point

GetClosestPointOnTs ( this surface, double p ) : PointUv
GetClosestPointOnTs ( IFace2 f, System.Vector3 curvePoint ) : System.Vector3
PointAt ( this s, double u, double v ) : System.Vector3
ToFace ( this surface ) : IFace2
ToSheetBody ( this surface, bool transferOwnership = false ) : IBody2

Private Methods

Méthode Description
ClosestPointOnTs ( this surface, double x, double y, double z ) : PointUv

Gets the closest point on a surface to the input point

Method Details

GetClosestPointOnTs() public static méthode

Gets the closest point on a surface to the input point
public static GetClosestPointOnTs ( this surface, System.Vector3 p ) : PointUv
surface this
p System.Vector3
Résultat PointUv

GetClosestPointOnTs() public static méthode

public static GetClosestPointOnTs ( this surface, double p ) : PointUv
surface this
p double
Résultat PointUv

GetClosestPointOnTs() public static méthode

public static GetClosestPointOnTs ( IFace2 f, System.Vector3 curvePoint ) : System.Vector3
f IFace2
curvePoint System.Vector3
Résultat System.Vector3

PointAt() public static méthode

public static PointAt ( this s, double u, double v ) : System.Vector3
s this
u double
v double
Résultat System.Vector3

ToFace() public static méthode

public static ToFace ( this surface ) : IFace2
surface this
Résultat IFace2

ToSheetBody() public static méthode

public static ToSheetBody ( this surface, bool transferOwnership = false ) : IBody2
surface this
transferOwnership bool
Résultat IBody2