iCAx开思网

标题: CAA中怎样得到一个CATFace的法向量? [打印本页]

作者: cupcake    时间: 2005-3-4 19:11
标题: CAA中怎样得到一个CATFace的法向量?
请高手指点
作者: cupcake    时间: 2005-3-5 14:42
帮忙看看吧
:)
作者: cupcake    时间: 2005-3-7 10:26
:)
作者: nctusdk    时间: 2005-3-7 15:49
手邊沒有CAA
不過應該是CATFace::GetGeometry取得CATSurface
再用CATSurface去計算你要的向量吧
  
SDK.
作者: cupcake    时间: 2005-3-7 16:36
好的,我试试。
:)
作者: acoka    时间: 2005-3-8 10:35
o EvalNormal  
public virtual CATBoolean EvalNormal( CATSurParam&  iSurParam,  
  CATMathVector&  ioNormal,  
  CATBoolean  iNormalization =TRUE)=0   
  
Computes the normal vector on this CATFace at a given point.  
This takes into account the face orientation versus its surface.  
Parameters:  
iSurParam  
The point where to compute the normal. This does not check if iSurParam is inside the face.  
ioNormal  
The computed normal  
iNormalization  
The mode of normalization.  
Legal values:  
TRUE  
if ioNormal must be normalized.  
FALSE  
otherwise.
Returns:  
The diagnosis of the evaluation.  
Legal values:  
TRUE
if ioNormal is not null  
FALSE
otherwise.
  
你的头像着实妨碍我上班时间看你的帖子,总担心别人看到
作者: cupcake    时间: 2005-3-8 12:58
谢谢啦,改天换一个合适的图像。
:)




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3