Introduced
3.5.1
Description
Returns a Boolean value indicating whether the edge is hard or not.
C# Syntax
// get accessor Boolean rtn = Edge.IsHard;
Examples
VBScript Example
NewScene ,false
CreatePrim "Cube", "MeshSurface"
SetSelFilter "Edge"
SelectGeometryComponents "cube.edge[4]"
ApplyOp "MarkHardEdgeVertex", "cube.edge[4]", 3, siPersistentOperation
logmessage selection(0).CreateSubComponent.ComponentCollection(0).IsHardAutodesk Softimage v7.5