C# 클래스 CascadeSharp.TKBRep.BRepLProp.BRepLProp_CurveTool

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

공개 메소드들

메소드 설명
BRepLProp_CurveTool ( ) : System
BRepLProp_CurveTool ( BRepLProp_CurveTool parameter1 ) : System
Continuity ( BRepAdaptor_Curve C ) : int
D1 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1 ) : void
D2 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
D3 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3 ) : void
FirstParameter ( BRepAdaptor_Curve C ) : double
LastParameter ( BRepAdaptor_Curve C ) : double
Value ( BRepAdaptor_Curve C, double U, gp_Pnt P ) : void

메소드 상세

BRepLProp_CurveTool() 공개 메소드

public BRepLProp_CurveTool ( ) : System
리턴 System

BRepLProp_CurveTool() 공개 메소드

public BRepLProp_CurveTool ( BRepLProp_CurveTool parameter1 ) : System
parameter1 BRepLProp_CurveTool
리턴 System

Continuity() 공개 메소드

public Continuity ( BRepAdaptor_Curve C ) : int
C BRepAdaptor_Curve
리턴 int

D1() 공개 메소드

public D1 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
리턴 void

D2() 공개 메소드

public D2 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
리턴 void

D3() 공개 메소드

public D3 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
V3 gp_Vec
리턴 void

FirstParameter() 공개 메소드

public FirstParameter ( BRepAdaptor_Curve C ) : double
C BRepAdaptor_Curve
리턴 double

LastParameter() 공개 메소드

public LastParameter ( BRepAdaptor_Curve C ) : double
C BRepAdaptor_Curve
리턴 double

Value() 공개 메소드

public Value ( BRepAdaptor_Curve C, double U, gp_Pnt P ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
리턴 void