OCC.LProp3d module¶
-
class
LProp3d_CLProps(*args)¶ Bases:
objectParameters: Return type: Return type: Return type: -
thisown¶ The membership flag
-
-
class
LProp3d_CurveTool¶ Bases:
object-
static
Continuity(*args)¶ - returns the order of continuity of the HCurve <C>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable. returns 3 : first, second and third are computable.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: int
-
static
D1(*args)¶ - Computes the point <P> and first derivative <V1> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
static
D2(*args)¶ - Computes the point <P>, the first derivative <V1> and second derivative <V2> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
static
D3(*args)¶ - Computes the point <P>, the first derivative <V1>, the second derivative <V2> and third derivative <V3> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
static
FirstParameter(*args)¶ - returns the first parameter bound of the HCurve.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
static
LastParameter(*args)¶ - returns the last parameter bound of the HCurve. FirstParameter must be less than LastParamenter.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
static
Value(*args)¶ - Computes the point <P> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
thisown¶ The membership flag
-
static
-
LProp3d_CurveTool_Continuity(*args)¶ - returns the order of continuity of the HCurve <C>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable. returns 3 : first, second and third are computable.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: int
-
LProp3d_CurveTool_D1(*args)¶ - Computes the point <P> and first derivative <V1> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
LProp3d_CurveTool_D2(*args)¶ - Computes the point <P>, the first derivative <V1> and second derivative <V2> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
LProp3d_CurveTool_D3(*args)¶ - Computes the point <P>, the first derivative <V1>, the second derivative <V2> and third derivative <V3> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
LProp3d_CurveTool_FirstParameter(*args)¶ - returns the first parameter bound of the HCurve.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
LProp3d_CurveTool_LastParameter(*args)¶ - returns the last parameter bound of the HCurve. FirstParameter must be less than LastParamenter.
Parameters: C (Handle_Adaptor3d_HCurve &) – Return type: float
-
LProp3d_CurveTool_Value(*args)¶ - Computes the point <P> of parameter <U> on the HCurve <C>.
Parameters: Return type: void
-
class
LProp3d_SLProps(*args)¶ Bases:
objectParameters: Return type: Return type: Return type: -
thisown¶ The membership flag
-
-
class
LProp3d_SurfaceTool¶ Bases:
object-
static
Bounds(*args)¶ - returns the bounds of the HSurface.
Parameters: - S (Handle_Adaptor3d_HSurface &) –
- U1 (float &) –
- V1 (float &) –
- U2 (float &) –
- V2 (float &) –
Return type: void
-
static
Continuity(*args)¶ - returns the order of continuity of the HSurface <S>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable.
Parameters: S (Handle_Adaptor3d_HSurface &) – Return type: int
-
static
D1(*args)¶ - Computes the point <P> and first derivative <D1*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
static
D2(*args)¶ - Computes the point <P>, the first derivative <D1*> and second derivative <D2*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
static
DN(*args)¶ Parameters: Return type:
-
static
Value(*args)¶ - Computes the point <P> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
thisown¶ The membership flag
-
static
-
LProp3d_SurfaceTool_Bounds(*args)¶ - returns the bounds of the HSurface.
Parameters: - S (Handle_Adaptor3d_HSurface &) –
- U1 (float &) –
- V1 (float &) –
- U2 (float &) –
- V2 (float &) –
Return type: void
-
LProp3d_SurfaceTool_Continuity(*args)¶ - returns the order of continuity of the HSurface <S>. returns 1 : first derivative only is computable returns 2 : first and second derivative only are computable.
Parameters: S (Handle_Adaptor3d_HSurface &) – Return type: int
-
LProp3d_SurfaceTool_D1(*args)¶ - Computes the point <P> and first derivative <D1*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
LProp3d_SurfaceTool_D2(*args)¶ - Computes the point <P>, the first derivative <D1*> and second derivative <D2*> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
LProp3d_SurfaceTool_DN(*args)¶ Parameters: Return type:
-
LProp3d_SurfaceTool_Value(*args)¶ - Computes the point <P> of parameter <U> and <V> on the HSurface <S>.
Parameters: Return type: void
-
class
SwigPyIterator(*args, **kwargs)¶ Bases:
object-
advance()¶
-
copy()¶
-
decr()¶
-
distance()¶
-
equal()¶
-
incr()¶
-
next()¶
-
previous()¶
-
thisown¶ The membership flag
-
value()¶
-
-
register_handle(handle, base_object)¶ Inserts the handle into the base object to prevent memory corruption in certain cases