Метод | Описание | |
---|---|---|
CurveEmitterType ( ) : Quelea.Util | ||
CurveEmitterType ( Rhino.Geometry.Curve crv ) : Quelea.Util | ||
CurveEmitterType ( Rhino.Geometry.Curve crv, bool continuousFlow, int creationRate, int numAgents, Vector3d velocityMin, Vector3d velocityMax ) : Quelea.Util | ||
CurveEmitterType ( |
||
Duplicate ( ) : IGH_Goo | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetBoundingBox ( ) : Rhino.Geometry.BoundingBox | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
GetEmittionPoint ( ) : Point3d |
public CurveEmitterType ( Rhino.Geometry.Curve crv ) : Quelea.Util | ||
crv | Rhino.Geometry.Curve | |
Результат | Quelea.Util |
public CurveEmitterType ( Rhino.Geometry.Curve crv, bool continuousFlow, int creationRate, int numAgents, Vector3d velocityMin, Vector3d velocityMax ) : Quelea.Util | ||
crv | Rhino.Geometry.Curve | |
continuousFlow | bool | |
creationRate | int | |
numAgents | int | |
velocityMin | Vector3d | |
velocityMax | Vector3d | |
Результат | Quelea.Util |
public CurveEmitterType ( |
||
emitCrvType | ||
Результат | Quelea.Util |
public Equals ( |
||
p | ||
Результат | bool |
public GetBoundingBox ( ) : Rhino.Geometry.BoundingBox | ||
Результат | Rhino.Geometry.BoundingBox |