Class ReflectComponentBuilder
Inheritance
ReflectComponentBuilder
Assembly: NXOpen.dll
Syntax
public class ReflectComponentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ReflectComponentBuilder()
Declaration
protected ReflectComponentBuilder()
Methods
GetComponentsToReflect(out Component[])
Declaration
public void GetComponentsToReflect(out Component[] componentsToReflect)
Parameters
Type |
Name |
Description |
Component[] |
componentsToReflect |
|
GetReflectedComponents(out Component[])
Declaration
public void GetReflectedComponents(out Component[] reflectedComponents)
Parameters
Type |
Name |
Description |
Component[] |
reflectedComponents |
|
GetReflectionPlane()
Declaration
public Plane GetReflectionPlane()
Returns
SetComponentsToReflect(Component[])
Declaration
public void SetComponentsToReflect(Component[] componentsToReflect)
Parameters
Type |
Name |
Description |
Component[] |
componentsToReflect |
|
SetReflectionPlane(Plane)
Declaration
public void SetReflectionPlane(Plane reflectionPlane)
Parameters
Type |
Name |
Description |
Plane |
reflectionPlane |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink