C# Class SharpFEGrasshopper.Core.TypeClass.GH_NodeSupport

Inheritance: GH_Support
Mostrar archivo Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GH_NodeSupport ( List positions, bool UX, bool UY, bool UZ, bool RX, bool RY, bool RZ ) : System
GH_NodeSupport ( Point3d position, bool UX, bool UY, bool UZ, bool RX, bool RY, bool RZ ) : System
ToSharpSupport ( GH_Model model ) : void
ToString ( ) : string

Method Details

GH_NodeSupport() public method

public GH_NodeSupport ( List positions, bool UX, bool UY, bool UZ, bool RX, bool RY, bool RZ ) : System
positions List
UX bool
UY bool
UZ bool
RX bool
RY bool
RZ bool
return System

GH_NodeSupport() public method

public GH_NodeSupport ( Point3d position, bool UX, bool UY, bool UZ, bool RX, bool RY, bool RZ ) : System
position Point3d
UX bool
UY bool
UZ bool
RX bool
RY bool
RZ bool
return System

ToSharpSupport() public method

public ToSharpSupport ( GH_Model model ) : void
model GH_Model
return void

ToString() public method

public ToString ( ) : string
return string