C# 클래스 SharpFEGrasshopper.Core.TypeClass.GH_NodeSupport

상속: GH_Support
파일 보기 프로젝트 열기: AndreasBak/GrasshopperSharpFE 1 사용 예제들

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