C# 클래스 SolidworksAddinFramework.SurfaceExtensions

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework 1 사용 예제들

공개 메소드들

메소드 설명
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