C# 클래스 Quelea.BrepEnvironmentComponent

상속: AbstractEnvironmentComponent
파일 보기 프로젝트 열기: lxfschr/Quelea

공개 메소드들

메소드 설명
BrepEnvironmentComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the BrepEnvironmentComponent class.

보호된 메소드들

메소드 설명
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

메소드 상세

BrepEnvironmentComponent() 공개 메소드

Initializes a new instance of the BrepEnvironmentComponent class.
public BrepEnvironmentComponent ( ) : Grasshopper.Kernel
리턴 Grasshopper.Kernel

GetInputs() 보호된 메소드

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
리턴 bool

RegisterInputParams() 보호된 메소드

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
리턴 void

SetOutputs() 보호된 메소드

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
리턴 void