C# Class CascadeSharp.TKG3d.GeomAdaptor.GeomAdaptor_SurfaceOfLinearExtrusion

Inheritance: CascadeSharp.TKG3d.GeomAdaptor.GeomAdaptor_Surface
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AxeOfRevolution ( ) : gp_Ax1
BSpline ( ) : Geom_BSplineSurface
BasisCurve ( ) : Adaptor3d_HCurve
Bezier ( ) : Geom_BezierSurface
Cone ( ) : gp_Cone
Cylinder ( ) : gp_Cylinder
Direction ( ) : gp_Dir
FirstUParameter ( ) : double
FirstVParameter ( ) : double
GeomAdaptor_SurfaceOfLinearExtrusion ( ) : System
GeomAdaptor_SurfaceOfLinearExtrusion ( Adaptor3d_HCurve C ) : System
GeomAdaptor_SurfaceOfLinearExtrusion ( Adaptor3d_HCurve C, gp_Dir V ) : System
GeomAdaptor_SurfaceOfLinearExtrusion ( GeomAdaptor_SurfaceOfLinearExtrusion parameter1 ) : System
GetGeomType ( ) : GeomAbs_SurfaceType
IsUClosed ( ) : bool
IsUPeriodic ( ) : bool
IsURational ( ) : bool
IsVClosed ( ) : bool
IsVPeriodic ( ) : bool
IsVRational ( ) : bool
LastUParameter ( ) : double
LastVParameter ( ) : double
Load ( Adaptor3d_HCurve C ) : void
Load ( gp_Dir V ) : void
NbUIntervals ( GeomAbs_Shape S ) : int
NbUPoles ( ) : int
NbVIntervals ( GeomAbs_Shape S ) : int
Plane ( ) : gp_Pln
Sphere ( ) : gp_Sphere
Torus ( ) : gp_Torus
UContinuity ( ) : GeomAbs_Shape
UDegree ( ) : int
UIntervals ( TColStd_Array1OfReal T, GeomAbs_Shape S ) : void
UPeriod ( ) : double
UResolution ( double R3d ) : double
UTrim ( double First, double Last, double Tol ) : Adaptor3d_HSurface
VContinuity ( ) : GeomAbs_Shape
VIntervals ( TColStd_Array1OfReal T, GeomAbs_Shape S ) : void
VPeriod ( ) : double
VResolution ( double R3d ) : double
VTrim ( double First, double Last, double Tol ) : Adaptor3d_HSurface

Method Details

AxeOfRevolution() public method

public AxeOfRevolution ( ) : gp_Ax1
return gp_Ax1

BSpline() public method

public BSpline ( ) : Geom_BSplineSurface
return Geom_BSplineSurface

BasisCurve() public method

public BasisCurve ( ) : Adaptor3d_HCurve
return Adaptor3d_HCurve

Bezier() public method

public Bezier ( ) : Geom_BezierSurface
return Geom_BezierSurface

Cone() public method

public Cone ( ) : gp_Cone
return gp_Cone

Cylinder() public method

public Cylinder ( ) : gp_Cylinder
return gp_Cylinder

Direction() public method

public Direction ( ) : gp_Dir
return gp_Dir

FirstUParameter() public method

public FirstUParameter ( ) : double
return double

FirstVParameter() public method

public FirstVParameter ( ) : double
return double

GeomAdaptor_SurfaceOfLinearExtrusion() public method

public GeomAdaptor_SurfaceOfLinearExtrusion ( ) : System
return System

GeomAdaptor_SurfaceOfLinearExtrusion() public method

public GeomAdaptor_SurfaceOfLinearExtrusion ( Adaptor3d_HCurve C ) : System
C Adaptor3d_HCurve
return System

GeomAdaptor_SurfaceOfLinearExtrusion() public method

public GeomAdaptor_SurfaceOfLinearExtrusion ( Adaptor3d_HCurve C, gp_Dir V ) : System
C Adaptor3d_HCurve
V gp_Dir
return System

GeomAdaptor_SurfaceOfLinearExtrusion() public method

public GeomAdaptor_SurfaceOfLinearExtrusion ( GeomAdaptor_SurfaceOfLinearExtrusion parameter1 ) : System
parameter1 GeomAdaptor_SurfaceOfLinearExtrusion
return System

GetGeomType() public method

public GetGeomType ( ) : GeomAbs_SurfaceType
return GeomAbs_SurfaceType

IsUClosed() public method

public IsUClosed ( ) : bool
return bool

IsUPeriodic() public method

public IsUPeriodic ( ) : bool
return bool

IsURational() public method

public IsURational ( ) : bool
return bool

IsVClosed() public method

public IsVClosed ( ) : bool
return bool

IsVPeriodic() public method

public IsVPeriodic ( ) : bool
return bool

IsVRational() public method

public IsVRational ( ) : bool
return bool

LastUParameter() public method

public LastUParameter ( ) : double
return double

LastVParameter() public method

public LastVParameter ( ) : double
return double

Load() public method

public Load ( Adaptor3d_HCurve C ) : void
C Adaptor3d_HCurve
return void

Load() public method

public Load ( gp_Dir V ) : void
V gp_Dir
return void

NbUIntervals() public method

public NbUIntervals ( GeomAbs_Shape S ) : int
S GeomAbs_Shape
return int

NbUPoles() public method

public NbUPoles ( ) : int
return int

NbVIntervals() public method

public NbVIntervals ( GeomAbs_Shape S ) : int
S GeomAbs_Shape
return int

Plane() public method

public Plane ( ) : gp_Pln
return gp_Pln

Sphere() public method

public Sphere ( ) : gp_Sphere
return gp_Sphere

Torus() public method

public Torus ( ) : gp_Torus
return gp_Torus

UContinuity() public method

public UContinuity ( ) : GeomAbs_Shape
return GeomAbs_Shape

UDegree() public method

public UDegree ( ) : int
return int

UIntervals() public method

public UIntervals ( TColStd_Array1OfReal T, GeomAbs_Shape S ) : void
T TColStd_Array1OfReal
S GeomAbs_Shape
return void

UPeriod() public method

public UPeriod ( ) : double
return double

UResolution() public method

public UResolution ( double R3d ) : double
R3d double
return double

UTrim() public method

public UTrim ( double First, double Last, double Tol ) : Adaptor3d_HSurface
First double
Last double
Tol double
return Adaptor3d_HSurface

VContinuity() public method

public VContinuity ( ) : GeomAbs_Shape
return GeomAbs_Shape

VIntervals() public method

public VIntervals ( TColStd_Array1OfReal T, GeomAbs_Shape S ) : void
T TColStd_Array1OfReal
S GeomAbs_Shape
return void

VPeriod() public method

public VPeriod ( ) : double
return double

VResolution() public method

public VResolution ( double R3d ) : double
R3d double
return double

VTrim() public method

public VTrim ( double First, double Last, double Tol ) : Adaptor3d_HSurface
First double
Last double
Tol double
return Adaptor3d_HSurface