C# Класс SharpFEGrasshopper.Core.TypeClass.GH_NodeSupport

Наследование: GH_Support
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

GH_NodeSupport() публичный Метод

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
Результат System

GH_NodeSupport() публичный Метод

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
Результат System

ToSharpSupport() публичный Метод

public ToSharpSupport ( GH_Model model ) : void
model GH_Model
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string