C# Class BetaSpeckle.SuperPolyline

Afficher le fichier Open project: didimitrie/speckle.exporter Class Usage Examples

Méthodes publiques

Свойство Type Description
data dynamic
parentGuid string
type string
uuid System.Guid

Méthodes publiques

Méthode Description
SuperPolyline ( GH_Line line, string guid ) : Grasshopper.Kernel.Types
SuperPolyline ( Rhino.Geometry.Polyline p, bool isClosed, string guid ) : Grasshopper.Kernel.Types

Method Details

SuperPolyline() public méthode

public SuperPolyline ( GH_Line line, string guid ) : Grasshopper.Kernel.Types
line GH_Line
guid string
Résultat Grasshopper.Kernel.Types

SuperPolyline() public méthode

public SuperPolyline ( Rhino.Geometry.Polyline p, bool isClosed, string guid ) : Grasshopper.Kernel.Types
p Rhino.Geometry.Polyline
isClosed bool
guid string
Résultat Grasshopper.Kernel.Types

Property Details

data public_oe property

public dynamic data
Résultat dynamic

parentGuid public_oe property

public string parentGuid
Résultat string

type public_oe property

public string type
Résultat string

uuid public_oe property

public Guid,System uuid
Résultat System.Guid