C# Класс SolidworksAddinFramework.SurfaceExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ClosestPointOnTs ( this surface, double x, double y, double z ) : PointUv

Gets the closest point on a surface to the input point

Описание методов

GetClosestPointOnTs() публичный статический Метод

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
Результат PointUv

GetClosestPointOnTs() публичный статический Метод

public static GetClosestPointOnTs ( this surface, double p ) : PointUv
surface this
p double
Результат PointUv

GetClosestPointOnTs() публичный статический Метод

public static GetClosestPointOnTs ( IFace2 f, System.Vector3 curvePoint ) : System.Vector3
f IFace2
curvePoint System.Vector3
Результат System.Vector3

PointAt() публичный статический Метод

public static PointAt ( this s, double u, double v ) : System.Vector3
s this
u double
v double
Результат System.Vector3

ToFace() публичный статический Метод

public static ToFace ( this surface ) : IFace2
surface this
Результат IFace2

ToSheetBody() публичный статический Метод

public static ToSheetBody ( this surface, bool transferOwnership = false ) : IBody2
surface this
transferOwnership bool
Результат IBody2