Unit 'gmSplines3D' Package
[Overview][Types][Classes][Index] [#bs_engines]

TgmBSplineSurface

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gmsplines3d.pas line 115

type TgmBSplineSurface = class(TPersistent)

protected

  procedure SetSize(); virtual;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  function SplinePoint(); virtual;

  

  function ControlPointsBoundingBox();

  

  property Axis1: TgmBSplineAxis; [r]

  

  property Axis2: TgmBSplineAxis; [r]

  

  property ControlPoint []: TgmPoint3D; [rw]

  

  property Degree1: Integer; [rw]

  

  property Degree2: Integer; [rw]

  

  property N1: Integer; [rw]

  

  property N2: Integer; [rw]

  

  property UMin: Double; [r]

  

  property UMax: Double; [r]

  

  property VMin: Double; [r]

  

  property VMax: Double; [r]

  

end;

Inheritance

TgmBSplineSurface

  

|

TObject



CT Web help

CodeTyphon Studio